Permission Inspector

Snapshot of all the permissions used by each installed extension.

Permission Inspector क्या है?

Permission Inspector trishul.goel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Snapshot of all the permissions used by each installed extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Permission Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}