Component Finder - Adobe Classic

A tool to help identify which Adobe Classic component has been used on the page

Co to jest Component Finder - Adobe Classic?

Component Finder - Adobe Classic to rozszerzenie Chrome opracowane przez campedelliluiz, a jego główną funkcją jest „A tool to help identify which Adobe Classic component has been used on the page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Component Finder - Adobe Classic

Pobierz pliki rozszerzeń Component Finder - Adobe Classic w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Component Finder - Adobe Classic Component Finder - Adobe Classic
ID fhckfdiecmmangileeccdaphbbjdijao
Oficjalny URL https://chromewebstore.google.com/detail/component-finder-adobe-cl/fhckfdiecmmangileeccdaphbbjdijao
Opis A tool to help identify which Adobe Classic component has been used on the page
Rozmiar pliku 47.28 KB
Liczba instalacji 54
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2018-08-27
Data Publikacji 2018-08-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper campedelliluiz
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}