Stylizer

Give websites user-defined CSS's.

Cos'è Stylizer?

Stylizer è un'estensione di Chrome sviluppata da alchen, e la sua funzione principale è "Give websites user-defined CSS's.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stylizer

Scarica i file di estensione Stylizer 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

                        Ever wanted to change the CSS stylesheet of a website and didn't feel like involving the Greasemonkey? This extension does just that.

Each specified full or partial URL is regex matched to the web addresses in the tabs and automatically applies your customized stylesheets.                    

Informazioni di Base sull'Estensione

Nome Stylizer Stylizer
ID mbkgmbcpdlmljilggcgcfpmcdjaijmfl
URL Ufficiale https://chromewebstore.google.com/detail/stylizer/mbkgmbcpdlmljilggcgcfpmcdjaijmfl
Descrizione Give websites user-defined CSS's.
Dimensione del File 49.52 KB
Conteggio Installazioni 185
Versione Corrente 1.1
Ultimo Aggiornamento 2018-02-13
Data di Pubblicazione 2018-02-13
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore alchen
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/alchen/stylizer
URL della Pagina di Aiuto https://github.com/alchen/stylizer/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stylizer",
    "description": "Give websites user-defined CSS's.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}