Permission Inspector
Snapshot of all the permissions used by each installed extension.
Permission Inspector là gì?
Permission Inspector là một tiện ích mở rộng Chrome được phát triển bởi trishul.goel, và tính năng chính của nó là "Snapshot of all the permissions used by each installed extension.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Permission Inspector
Tải xuống các tệp mở rộng Permission Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Permission Inspector |
ID | ahfoecogpaccmnaiilgchbfemajmkcdi |
URL Chính Thức | https://chromewebstore.google.com/detail/permission-inspector/ahfoecogpaccmnaiilgchbfemajmkcdi |
Mô tả | Snapshot of all the permissions used by each installed extension. |
Kích Thước Tệp | 81.9 KB |
Số Lần Cài Đặt | 135 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-01-23 |
Ngày Phát Hành | 2019-01-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | trishul.goel |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/tsl143/addonManager |
URL Trang Trợ Giúp | https://github.com/tsl143/addonManager/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |