Component Finder - Adobe Classic

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

Wat is Component Finder - Adobe Classic?

Component Finder - Adobe Classic is een Chrome-extensie ontwikkeld door campedelliluiz, en de belangrijkste functie is "A tool to help identify which Adobe Classic component has been used on the page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Component Finder - Adobe Classic

Download Component Finder - Adobe Classic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Component Finder - Adobe Classic Component Finder - Adobe Classic
ID fhckfdiecmmangileeccdaphbbjdijao
Officiële URL https://chromewebstore.google.com/detail/component-finder-adobe-cl/fhckfdiecmmangileeccdaphbbjdijao
Beschrijving A tool to help identify which Adobe Classic component has been used on the page
Bestandsgrootte 47.28 KB
Aantal Installaties 54
Huidige Versie 1.0.1
Laatst Bijgewerkt 2018-08-27
Publicatiedatum 2018-08-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar campedelliluiz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}