CRX Inspector

Examine the inner workings of Chrome extensions.

ما هو CRX Inspector؟

CRX Inspector هو إضافة Chrome تم تطويرها بواسطة Juho Nurminen، والميزة الرئيسية لها هي "Examine the inner workings of Chrome extensions.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CRX Inspector

قم بتنزيل ملفات الامتداد CRX Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
}