Stackview

Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…

Co to jest Stackview?

Stackview to rozszerzenie Chrome opracowane przez ididrio, a jego główną funkcją jest „Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Stackview

Pobierz pliki rozszerzeń Stackview 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

                        Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to blue if the data is available for that site.                    

Podstawowe informacje o rozszerzeniu

Nazwa Stackview Stackview
ID ninemdmcefomoiffmkncafklmgbgfbmg
Oficjalny URL https://chrome.google.com/webstore/detail/stackview/ninemdmcefomoiffmkncafklmgbgfbmg
Opis Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…
Rozmiar pliku 47.07 KB
Liczba instalacji 245
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-11-12
Data Publikacji 2017-11-12
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper ididrio
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",
    "manifest_version": 2,
    "name": "Stackview",
    "version": "1.0",
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persist": true
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/iconblue48.png",
        "128": ".\/images\/iconblue128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/jquery-3.2.1.min.js",
                ".\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Stackview"
    }
}