https://github.com/kami/chrome-extension-zen-permissions
Chrome extension which goal is to increase security awareness of the end user by providing an at-a-glance overview of the permissions requirements by the installed extensions.
https://github.com/kami/chrome-extension-zen-permissions
Last synced: 4 months ago
JSON representation
Chrome extension which goal is to increase security awareness of the end user by providing an at-a-glance overview of the permissions requirements by the installed extensions.
- Host: GitHub
- URL: https://github.com/kami/chrome-extension-zen-permissions
- Owner: Kami
- License: apache-2.0
- Created: 2013-08-20T20:59:04.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-22T21:29:32.000Z (almost 13 years ago)
- Last Synced: 2025-03-20T11:19:03.533Z (over 1 year ago)
- Language: CSS
- Homepage: http://www.zenpermissions.com/
- Size: 2.08 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zen Permissions Chrome Extension
Primary goal of this extension is to increase security awareness of the Chrome
extension end users.
First version works in retroactive mode and provides an at-a-glance overview of
the permissions required by the installed Chrome extensions.
Ultimate goal is to provide proactive mode, more sophisticated "extension risk"
categorization, and make it even more friendly for less technical end users.
# Demo

## Using an Extension
Before you can use this extension (e.g. use "Load unpacked extension" feature
in Chrome) you need to compile included Handlebars.js template:
```bash
./scripts compile-templates.sh
```
## Preparig an extension package
```bash
./scripts/package-extension.sh
```
## License
Program is distributed under the [Apache license](http://www.apache.org/licenses/LICENSE-2.0.html).
Other third-party components in this repository might be licensed under
different licenses, for more info, please see
[NOTICE.md file](https://github.com/Kami/chrome-extension-zen-permissions/blob/master/NOTICE.md).