feat(extensions): add more properties to extension object (#22244)
This commit is contained in:
parent
41931aa5fa
commit
68c6d53156
3 changed files with 23 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
# Extension Object
|
||||
|
||||
* `id` String
|
||||
* `manifest` any - Copy of the [extension's manifest data](https://developer.chrome.com/extensions/manifest).
|
||||
* `name` String
|
||||
* `path` String - The extension's file path.
|
||||
* `version` String
|
||||
* `url` String - The extension's `chrome-extension://` URL.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue