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
}