StyleStir

Get a quick overview of style tags.

Cos'è StyleStir?

StyleStir è un'estensione di Chrome sviluppata da hendrik.kao, e la sua funzione principale è "Get a quick overview of style tags.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione StyleStir

Scarica i file di estensione StyleStir in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        StyleStir lets you get a quick overview of style tags. Easily test your stylesheets on live pages and find and test the pages without legacy stylesheets.                    

Informazioni di Base sull'Estensione

Nome StyleStir StyleStir
ID geiddmapllolffeknjjegpanflpknhbh
URL Ufficiale https://chromewebstore.google.com/detail/stylestir/geiddmapllolffeknjjegpanflpknhbh
Descrizione Get a quick overview of style tags.
Dimensione del File 50.8 KB
Conteggio Installazioni 25
Versione Corrente 0.3
Ultimo Aggiornamento 2015-01-02
Data di Pubblicazione 2015-01-02
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore hendrik.kao
Tipo di Pagamento free
Sito Web dell'Estensione http://hendrik.kao.ee/
URL della Pagina di Aiuto http://hendrik.kao.ee/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StyleStir",
    "description": "Get a quick overview of style tags.",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "version": "0.3",
    "minimum_chrome_version": "10.0",
    "devtools_page": "devtools.html",
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ]
}