Component Finder - Adobe Classic

A tool to help identify which Adobe Classic component has been used on the page

ما هو Component Finder - Adobe Classic؟

Component Finder - Adobe Classic هو إضافة Chrome تم تطويرها بواسطة campedelliluiz، والميزة الرئيسية لها هي "A tool to help identify which Adobe Classic component has been used on the page".

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

screenshot

تحميل ملف CRX للإضافة Component Finder - Adobe Classic

قم بتنزيل ملفات الامتداد Component Finder - Adobe Classic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is a very simple tool to help any people who work with Adobe Classic websites, to identify which component has been used.

Any questions, bug or request please send me an email.                    

معلومات أساسية عن التمديد

الاسم Component Finder - Adobe Classic Component Finder - Adobe Classic
ID fhckfdiecmmangileeccdaphbbjdijao
عنوان URL الرسمي https://chromewebstore.google.com/detail/component-finder-adobe-cl/fhckfdiecmmangileeccdaphbbjdijao
الوصف A tool to help identify which Adobe Classic component has been used on the page
حجم الملف 47.28 KB
عدد التثبيتات 54
النسخة الحالية 1.0.1
آخر تحديث 2018-08-27
تاريخ النشر 2018-08-27
تقييم 5.00/5 مجموع تقييمات 1
المطور campedelliluiz
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Component Finder - Adobe Classic",
    "description": "A tool to help identify which Adobe Classic component has been used on the page",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "lupa.png"
    },
    "permissions": [
        "activeTab"
    ]
}