Stylizer

Give websites user-defined CSS's.

Qu'est-ce que Stylizer ?

Stylizer est une extension Chrome développée par alchen, et sa fonction principale est "Give websites user-defined CSS's.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stylizer

Téléchargez les fichiers d'extension Stylizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stylizer Stylizer
ID mbkgmbcpdlmljilggcgcfpmcdjaijmfl
URL Officiel https://chromewebstore.google.com/detail/stylizer/mbkgmbcpdlmljilggcgcfpmcdjaijmfl
Description Give websites user-defined CSS's.
Taille du Fichier 49.52 KB
Nombre d'Installations 185
Version Actuelle 1.1
Dernière Mise à Jour 2018-02-13
Date de Publication 2018-02-13
Évaluation 4.00/5 Total 4 Évaluations
Développeur alchen
Type de Paiement free
Site Web de l'Extension https://github.com/alchen/stylizer
URL de la Page d'Aide https://github.com/alchen/stylizer/issues
Langues Prises en Charge 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"
    }
}