Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.83 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.83 KB

Permission Inspector

Snapshot of all the permissions used by each installed extension.

Why use Permission Inspector?

Extensions are powerful tools which can modify the browser using various features allowed by the browser. While installing an extension there is a permission prompt which lists all the browser features that will be accessed by the extension. Post that we have no way to know what an installed extension is accessing. Permission inspector bridges this gap and shows what all an extension can do to the browser.

Firefox Specific - Firefox extension fetches details of all the installed extensions from addons.mozilla.org and improves the permission listing by adding host permissions too.

Chrome specific - Chrome extension allows you to disable/enable/uninstall the extension right from Permission Inspector page. (Chrome allows chrome.management.setEnabled API)

Contributing

Your contributions are appreciated which could be; contributing code, translation, feature requests, taking care of bugs or other kinds of issues. For more details, please check out CONTRIBUTING.md.

Get started

  • type yarn to install all dependencies

Development commands

Here are some commands you can run:

Command Description
yarn build firefox Build the addon for firefox in new generated firefox/ folder.
yarn build Build the addon for chrome in new generated chrome/ folder.

License

See LICENSE file.