ReloadCSS

A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.

Qu'est-ce que ReloadCSS ?

ReloadCSS est une extension Chrome développée par Unknown, et sa fonction principale est "A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension ReloadCSS 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

                                            

Informations de Base sur l'Extension

Nom ReloadCSS ReloadCSS
ID hmkmcemeeilchgfndjepenkkfcfacpnp
URL Officiel https://chromewebstore.google.com/detail/reloadcss/hmkmcemeeilchgfndjepenkkfcfacpnp
Description A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.
Taille du Fichier 11.33 KB
Nombre d'Installations 65
Version Actuelle 1.0
Dernière Mise à Jour 2014-06-30
Date de Publication 2014-06-30
Évaluation 4.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension http://cornellcampbell.com/extensions/posts/5/reloadcss/
URL de la Page d'Aide http://cornellcampbell.com/extensions/posts/5/reloadcss/
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReloadCSS",
    "description": "A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/Icon-19.png",
            "38": "icons\/Icon-38.png"
        },
        "default_title": "ReloadCSS"
    },
    "icons": {
        "128": "icons\/Icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}