Component Finder - Adobe Classic

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

Hvad er Component Finder - Adobe Classic?

Component Finder - Adobe Classic er en Chrome-udvidelse udviklet af campedelliluiz, og dens hovedfunktion er "A tool to help identify which Adobe Classic component has been used on the page".

Udvidelsesskærmbilleder

screenshot

Download Component Finder - Adobe Classic-udvidelses-CRX-fil

Download Component Finder - Adobe Classic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Component Finder - Adobe Classic Component Finder - Adobe Classic
ID fhckfdiecmmangileeccdaphbbjdijao
Officiel URL https://chromewebstore.google.com/detail/component-finder-adobe-cl/fhckfdiecmmangileeccdaphbbjdijao
Beskrivelse A tool to help identify which Adobe Classic component has been used on the page
Filstørrelse 47.28 KB
Antal Installationer 54
Nuværende Version 1.0.1
Senest Opdateret 2018-08-27
Udgivelsesdato 2018-08-27
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler campedelliluiz
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}