Customize CSS

Change your favourite websites design instantly by using Chrome's Customize CSS extension.

Cos'è Customize CSS?

Customize CSS è un'estensione di Chrome sviluppata da Yasser R Shaikh, e la sua funzione principale è "Change your favourite websites design instantly by using Chrome's Customize CSS extension.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Customize CSS

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

                        Lets your customize look and feel of any site, and remembers it. Simply override the css  of the existing website and this plugin will remember it.                    

Informazioni di Base sull'Estensione

Nome Customize CSS Customize CSS
ID iiigcmcpofchighahjijinjnajfnnidd
URL Ufficiale https://chromewebstore.google.com/detail/customize-css/iiigcmcpofchighahjijinjnajfnnidd
Descrizione Change your favourite websites design instantly by using Chrome's Customize CSS extension.
Dimensione del File 228 KB
Conteggio Installazioni 86
Versione Corrente 1.0
Ultimo Aggiornamento 2019-08-29
Data di Pubblicazione 2019-08-24
Sviluppatore Yasser R Shaikh
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "popup.html",
        "default_title": "Customize CSS"
    },
    "description": "Change your favourite websites design instantly by using Chrome's Customize CSS extension.",
    "manifest_version": 2,
    "name": "Customize CSS",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}