Permission Inspector
Snapshot of all the permissions used by each installed extension.
Permission Inspectorとは何ですか?
Permission Inspectorはtrishul.goelによって開発されたChromeの拡張機能で、その主な機能は「Snapshot of all the permissions used by each installed extension.」です。
拡張機能のスクリーンショット
Permission Inspector拡張機能のCRXファイルをダウンロード
Permission Inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Missing permissions inspector for Chrome - Snapshot of all the permissions used by each installed extension. Extension are powerful tools which can modify the browser using various features allowed by browser. While installing an Extension there is a permission prompt which tells what all features will be accessed by the Extension. Post that we have no way to know what an installed add-on is accessing. Permission inspector bridges this gap and shows what all an Extension can do to the browser. There are two views for this add-on Extension-wise: Shows permissions for each Extension. Permission-wise: Shows add-ons using each permission. This Extension is available in following languages: de - German en - English es- Spanish fr - French hi - Hindi it - Italian nl - Dutch pl - Polish pt - Portugese ru - Russian zh - Chinese(S)
拡張機能の基本情報
名前 | Permission Inspector |
ID | ahfoecogpaccmnaiilgchbfemajmkcdi |
公式URL | https://chromewebstore.google.com/detail/permission-inspector/ahfoecogpaccmnaiilgchbfemajmkcdi |
説明 | Snapshot of all the permissions used by each installed extension. |
ファイルサイズ | 81.9 KB |
インストール数 | 135 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-01-23 |
公開日 | 2019-01-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | trishul.goel |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/tsl143/addonManager |
ヘルプページのURL | https://github.com/tsl143/addonManager/issues |
対応言語 | de,en,fr,nl,es,it,pl,ru,hi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Permission Inspector", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.0.0", "icons": { "64": "icons\/icon_64.png" }, "background": { "scripts": [ "background_script.js" ] }, "browser_action": { "default_icon": { "64": "icons\/icon_64.png" }, "default_title": "__MSG_browserActionText__" }, "permissions": [ "management" ] } |