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 - это расширение Chrome, разработанное campedelliluiz, и его основная функция - "A tool to help identify which Adobe Classic component has been used on the page".
Снимки экрана расширения
Скачать файл CRX расширения Component Finder - Adobe Classic
Скачайте файлы расширений 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 |
Электронная почта | [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" ] } |