I'm writing a Chrome extension, I need to get my extension's id in my code, so I don't need to change it manually every time. How can I do this?
|
|
You can get it like this (no extra permissions required):
but you don't need it for opening pages, as So to open
|
|||||||
|
|
If you're doing stuff with localization, it looks like the extension mechanics offer some placeholders for accessing your extension ID: If you're just trying to access URLs for local files to your extension, you can just use If you have another reason for actually needing to know the id of the extension, I'm not sure there is a straight forward way of getting it from within the extension itself. The two ways that come to me off the top of my head are using |
||||
|
|