Component Finder - Adobe Classic
A tool to help identify which Adobe Classic component has been used on the page
Was ist Component Finder - Adobe Classic?
Component Finder - Adobe Classic ist eine Chrome-Erweiterung, die von campedelliluiz entwickelt wurde, und ihr Hauptmerkmal ist "A tool to help identify which Adobe Classic component has been used on the page".
Erweiterungsscreenshots
Component Finder - Adobe Classic-Erweiterungs-CRX-Datei herunterladen
Laden Sie Component Finder - Adobe Classic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Component Finder - Adobe Classic |
ID | fhckfdiecmmangileeccdaphbbjdijao |
Offizielle URL | https://chromewebstore.google.com/detail/component-finder-adobe-cl/fhckfdiecmmangileeccdaphbbjdijao |
Beschreibung | A tool to help identify which Adobe Classic component has been used on the page |
Dateigröße | 47.28 KB |
Installationsanzahl | 54 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2018-08-27 |
Veröffentlichungsdatum | 2018-08-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | campedelliluiz |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |