Component Finder - Adobe Classic
A tool to help identify which Adobe Classic component has been used on the page
Apa itu Component Finder - Adobe Classic?
Component Finder - Adobe Classic adalah ekstensi Chrome yang dikembangkan oleh campedelliluiz, dan fitur utamanya adalah "A tool to help identify which Adobe Classic component has been used on the page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Component Finder - Adobe Classic
Unduh file ekstensi Component Finder - Adobe Classic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Component Finder - Adobe Classic |
ID | fhckfdiecmmangileeccdaphbbjdijao |
URL Resmi | https://chromewebstore.google.com/detail/component-finder-adobe-cl/fhckfdiecmmangileeccdaphbbjdijao |
Deskripsi | A tool to help identify which Adobe Classic component has been used on the page |
Ukuran File | 47.28 KB |
Jumlah Instalasi | 54 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2018-08-27 |
Tanggal Publikasi | 2018-08-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | campedelliluiz |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |