CSS Reloader (fixed)

CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.

Qu'est-ce que CSS Reloader (fixed) ?

CSS Reloader (fixed) est une extension Chrome développée par KhodeN, et sa fonction principale est "CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.".

Télécharger le fichier CRX de l'extension CSS Reloader (fixed)

Téléchargez les fichiers d'extension CSS Reloader (fixed) 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

                        This is fork of https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd extension with fixed error. Works in current Chrome.                    

Informations de Base sur l'Extension

Nom CSS Reloader (fixed) CSS Reloader (fixed)
ID fkbenfjedcbdpmkgbmbliahhmohamdlj
URL Officiel https://chrome.google.com/webstore/detail/css-reloader-fixed/fkbenfjedcbdpmkgbmbliahhmohamdlj
Description CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.
Taille du Fichier 85.38 KB
Nombre d'Installations 304
Version Actuelle 1.1.2
Dernière Mise à Jour 2016-08-03
Date de Publication 2016-08-03
Évaluation 1.00/5 Total 4 Évaluations
Développeur KhodeN
Type de Paiement free
Site Web de l'Extension https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd
URL de la Page d'Aide https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.htm"
    },
    "content_scripts": [
        {
            "js": [
                "cssreloader.content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "256": "icons\/icon_256.png",
        "48": "icons\/icon_48.png"
    },
    "name": "CSS Reloader (fixed)",
    "options_page": "options.htm",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs"
    ],
    "version": "1.1.2"
}