Component Finder - Adobe Classic

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

What is Component Finder - Adobe Classic?

Component Finder - Adobe Classic is a Chrome extension developed by campedelliluiz, and its main feature is "A tool to help identify which Adobe Classic component has been used on the page".

Extension Screenshots

screenshot

Download Component Finder - Adobe Classic Extension CRX File

Download Component Finder - Adobe Classic extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Component Finder - Adobe Classic Component Finder - Adobe Classic
ID fhckfdiecmmangileeccdaphbbjdijao
Official URL https://chromewebstore.google.com/detail/component-finder-adobe-cl/fhckfdiecmmangileeccdaphbbjdijao
Description A tool to help identify which Adobe Classic component has been used on the page
File Size 47.28 KB
Installation Count 54
Current Version 1.0.1
Last Updated 2018-08-27
Publish Date 2018-08-27
Rating 5.00/5 Total 1 Ratings
Developer campedelliluiz
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}