An open API service indexing awesome lists of open source software.

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.

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

![Demo](demo/demo.gif "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).