CRX Inspector

Examine the inner workings of Chrome extensions.

CRX Inspector क्या है?

CRX Inspector Juho Nurminen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Examine the inner workings of Chrome extensions."।

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

screenshot
screenshot
screenshot

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

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

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

                        CRX Inspector lets you view the files inside Chrome extensions, apps and themes. With it, developers can easily search through an extension's source code to see how an interesting feature was implemented, and security-conscious users can check extensions for malicious code before installing them.

Now on GitHub: https://github.com/jupenur/CRX-Inspector                    

एक्सटेंशन की मूल जानकारी

नाम CRX Inspector CRX Inspector
ID lmlpbkpknjcnfabomjkecmkigcphgomk
आधिकारिक URL https://chromewebstore.google.com/detail/crx-inspector/lmlpbkpknjcnfabomjkecmkigcphgomk
विवरण Examine the inner workings of Chrome extensions.
फ़ाइल का आकार 47.18 KB
स्थापना संख्या 4,353
वर्तमान संस्करण 0.1.0.9
अंतिम अपडेट 2014-09-04
प्रकाशन तिथि 2014-09-04
रेटिंग 4.00/5 कुल 22 रेटिंग्स
डेवलपर Juho Nurminen
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jupenur/CRX-Inspector
सहायता पृष्ठ URL https://github.com/jupenur/CRX-Inspector/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "description": "Examine the inner workings of Chrome extensions.",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5RRAL0kzNb7gNwqQhOoaQlAXn4L7m01rGY5KdsHnIJcGk5\/jRrRB\/p7Fpgrq54rsDrrGkZDFBIGEmoz\/mmzSYOUuiSpax8lDyGnw32DMHWUglpJgLCLVR4yqSFijNR\/C0yFSW8lJO1MydX9Vjbeg1r3fe\/OLcqazavnpnjcFOtwIDAQAB",
    "manifest_version": 2,
    "name": "CRX Inspector",
    "page_action": {
        "default_icon": "images\/16.png",
        "default_title": "Inspect this .CRX..."
    },
    "permissions": [
        "tabs",
        "http:\/\/clients2.google.com\/",
        "http:\/\/clients2.googleusercontent.com\/",
        "https:\/\/clients2.googleusercontent.com\/"
    ],
    "version": "0.1.0.9"
}