Component Finder - Adobe Classic
A tool to help identify which Adobe Classic component has been used on the page
Cos'è Component Finder - Adobe Classic?
Component Finder - Adobe Classic è un'estensione di Chrome sviluppata da campedelliluiz, e la sua funzione principale è "A tool to help identify which Adobe Classic component has been used on the page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Component Finder - Adobe Classic
Scarica i file di estensione Component Finder - Adobe Classic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Component Finder - Adobe Classic |
ID | fhckfdiecmmangileeccdaphbbjdijao |
URL Ufficiale | https://chromewebstore.google.com/detail/component-finder-adobe-cl/fhckfdiecmmangileeccdaphbbjdijao |
Descrizione | A tool to help identify which Adobe Classic component has been used on the page |
Dimensione del File | 47.28 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2018-08-27 |
Data di Pubblicazione | 2018-08-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | campedelliluiz |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |