javascript - chrome.runtime.getManifest() is not defined - Stack Overflow

I'm trying to work with some javascript that accesses chrome.runtime in Google Chrome.The script

I'm trying to work with some javascript that accesses chrome.runtime in Google Chrome. The script calls the chrome.runtime.getManifest() function, but my console says that function is not defined. I've read through Google's documentation on this subject, and it should be there. I've done some research, and for everyone else, using this function seems to be a non-issue, so I feel like I'm missing something. However, when I run console.log(chrome.runtime); I see this:

It appears that only two functions are defined in this object, connect and sendMessage.

What am I missing?

I'm trying to work with some javascript that accesses chrome.runtime in Google Chrome. The script calls the chrome.runtime.getManifest() function, but my console says that function is not defined. I've read through Google's documentation on this subject, and it should be there. I've done some research, and for everyone else, using this function seems to be a non-issue, so I feel like I'm missing something. However, when I run console.log(chrome.runtime); I see this:

It appears that only two functions are defined in this object, connect and sendMessage.

What am I missing?

Share Improve this question edited May 14, 2015 at 11:22 Halvor Holsten Strand 20.6k17 gold badges88 silver badges102 bronze badges asked May 14, 2015 at 6:04 jlivingstonjlivingston 511 silver badge4 bronze badges 0
Add a ment  | 

2 Answers 2

Reset to default 3

I found the answer. These functions are only available when the javascript is running from a Chrome App.

For Chrome extensions, this method is only available in the background scope.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744346854a4569736.html

相关推荐

  • javascript - chrome.runtime.getManifest() is not defined - Stack Overflow

    I'm trying to work with some javascript that accesses chrome.runtime in Google Chrome.The script

    7天前
    70

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信