Component Finder - Adobe Classic
A tool to help identify which Adobe Classic component has been used on the page
Component Finder - Adobe Classicとは何ですか?
Component Finder - Adobe Classicはcampedelliluizによって開発されたChromeの拡張機能で、その主な機能は「A tool to help identify which Adobe Classic component has been used on the page」です。
拡張機能のスクリーンショット
Component Finder - Adobe Classic拡張機能のCRXファイルをダウンロード
Component Finder - Adobe Classic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Component Finder - Adobe Classic |
ID | fhckfdiecmmangileeccdaphbbjdijao |
公式URL | https://chromewebstore.google.com/detail/component-finder-adobe-cl/fhckfdiecmmangileeccdaphbbjdijao |
説明 | A tool to help identify which Adobe Classic component has been used on the page |
ファイルサイズ | 47.28 KB |
インストール数 | 54 |
現在のバージョン | 1.0.1 |
最終更新日 | 2018-08-27 |
公開日 | 2018-08-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | campedelliluiz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |