Component Finder - Adobe Classic

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

Co je Component Finder - Adobe Classic?

Component Finder - Adobe Classic je rozšíření Chrome vyvinuté campedelliluiz, a jeho hlavní funkcí je „A tool to help identify which Adobe Classic component has been used on the page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Component Finder - Adobe Classic

Stáhněte si soubory rozšíření Component Finder - Adobe Classic ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Component Finder - Adobe Classic Component Finder - Adobe Classic
ID fhckfdiecmmangileeccdaphbbjdijao
Oficiální URL https://chromewebstore.google.com/detail/component-finder-adobe-cl/fhckfdiecmmangileeccdaphbbjdijao
Popis A tool to help identify which Adobe Classic component has been used on the page
Velikost souboru 47.28 KB
Počet instalací 54
Aktuální Verze 1.0.1
Poslední Aktualizace 2018-08-27
Datum Vydání 2018-08-27
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář campedelliluiz
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}