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
官方網址 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
}