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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |