Component Finder - Adobe Classic

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

Vad är Component Finder - Adobe Classic?

Component Finder - Adobe Classic är en Chrome-tillägg utvecklad av campedelliluiz, och dess huvudfunktion är "A tool to help identify which Adobe Classic component has been used on the page".

Tilläggsskärmbilder

screenshot

Ladda ner Component Finder - Adobe Classic-förlängningens CRX-fil

Ladda ner Component Finder - Adobe Classic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Component Finder - Adobe Classic Component Finder - Adobe Classic
ID fhckfdiecmmangileeccdaphbbjdijao
Officiell webbadress https://chromewebstore.google.com/detail/component-finder-adobe-cl/fhckfdiecmmangileeccdaphbbjdijao
Beskrivning A tool to help identify which Adobe Classic component has been used on the page
Filstorlek 47.28 KB
Antal Installationer 54
Aktuell Version 1.0.1
Senast Uppdaterad 2018-08-27
Publiceringsdatum 2018-08-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare campedelliluiz
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}