Permission Inspector

Snapshot of all the permissions used by each installed extension.

Permission Inspectorคืออะไร?

Permission Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trishul.goel และคุณลักษณะหลักของมันคือ "Snapshot of all the permissions used by each installed extension."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Permission Inspector

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
    ]
}