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是由campedelliluiz開發的Chrome擴展程式,該擴展的主要功能是“A tool to help identify which Adobe Classic component has been used on the page”。

擴展截圖

screenshot

下載Component Finder - Adobe Classic擴展crx文件

下載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
官方網址 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"
    ]
}