Zen Permissions

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

什么是Zen Permissions?

Zen Permissions是由https://zenpermissions.com开发的Chrome扩展程序,该扩展的主要功能是“Quick, at-a-glance overview of permissions required by installed extensions”。

扩展截图

screenshot
screenshot

下载Zen Permissions扩展crx文件

下载Zen Permissions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Zen Permissions Zen Permissions
ID kaikeakejjcijfohajbfcldlkiabafkj
官方URL https://chromewebstore.google.com/detail/zen-permissions/kaikeakejjcijfohajbfcldlkiabafkj
简介 Quick, at-a-glance overview of permissions required by installed extensions
文件大小 203 KB
安装次数 52
当前版本 0.1.0
更新时间 2013-08-23
上架时间 2013-08-23
评分 4.67/5 共3次评分
开发者 https://zenpermissions.com
付费类型 free
扩展官网 http://www.zenpermissions.com/
支持的语言 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
}