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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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