feat(extensions): add more properties to extension object (#22595)

This commit is contained in:
Eryk Rakowski
2020-03-21 02:28:05 +01:00
committed by GitHub
parent b92734d912
commit edd7e97dd9
3 changed files with 23 additions and 0 deletions

View File

@@ -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.