Zen Permissions

Quick, at-a-glance overview of permissions required by installed extensions

What is Zen Permissions?

Zen Permissions is a Chrome extension developed by https://zenpermissions.com, and its main feature is "Quick, at-a-glance overview of permissions required by installed extensions".

Extension Screenshots

screenshot
screenshot

Download Zen Permissions Extension CRX File

Download Zen Permissions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension provides a quick at-a-glance overview of the permissions required by the installed extensions increasing the end user security awareness.                    

Extension Basic Information

Name Zen Permissions Zen Permissions
ID kaikeakejjcijfohajbfcldlkiabafkj
Official URL https://chromewebstore.google.com/detail/zen-permissions/kaikeakejjcijfohajbfcldlkiabafkj
Description Quick, at-a-glance overview of permissions required by installed extensions
File Size 203 KB
Installation Count 52
Current Version 0.1.0
Last Updated 2013-08-23
Publish Date 2013-08-23
Rating 4.67/5 Total 3 Ratings
Developer https://zenpermissions.com
Payment Type free
Extension Website http://www.zenpermissions.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zen Permissions",
    "description": "Quick, at-a-glance overview of permissions required by installed extensions",
    "version": "0.1.0",
    "author": "Tomaz Muraus ",
    "browser_action": {
        "default_icon": "assets\/img\/icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/img\/icons\/icon16.png",
        "48": "assets\/img\/icons\/icon48.png",
        "128": "assets\/img\/icons\/icon128.png",
        "256": "assets\/img\/icons\/icon256.png"
    },
    "permissions": [
        "management"
    ],
    "offline_enabled": true
}