Stylesheet Count

Count of the number of Style Sheet tags on the current page

Co to jest Stylesheet Count?

Stylesheet Count to rozszerzenie Chrome opracowane przez jeremyfine365, a jego główną funkcją jest „Count of the number of Style Sheet tags on the current page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Stylesheet Count

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

                        Style Sheet Count adds a button to the browser, that informs you of the number of stylesheets on current page.                    

Podstawowe informacje o rozszerzeniu

Nazwa Stylesheet Count Stylesheet Count
ID gngfnjclpjflgomhidfecidndbfaniak
Oficjalny URL https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak
Opis Count of the number of Style Sheet tags on the current page
Rozmiar pliku 43.27 KB
Liczba instalacji 10,000
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-04-01
Data Publikacji 2014-04-01
Ocena 1.40/5 Łącznie 30 Oceny
Deweloper jeremyfine365
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Stylesheet Count",
    "description": "Count of the number of Style Sheet tags on the current page",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Stylesheet Count"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}