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