J CSS Reload

Simple CSS Reload utility

Qu'est-ce que J CSS Reload ?

J CSS Reload est une extension Chrome développée par jslayer, et sa fonction principale est "Simple CSS Reload utility".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension J CSS Reload

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

                        Refresh your css files without realoding the page. Just simply click nice green refresh button or use shortcut.

Source: https://github.com/jslayer/css-reload

New in 1.2.5:

added: icon blinking on activate
added: command support (activate in "Keyboard shortcuts" at the bottom of chrome://extensions/ page).

New in 1.2.3:

added: fonts.googleapis.com into ignored list

New in 1.2:

Add experimental `@import url(...` support.

New in 1.1:

Several public CDN hosts are now ignored while refreshing:

 - yui.yahooapis.com
 - ajax.googleapis.com
 - ajax.aspnetcdn.com
 - ajax.microsoft.com
 - code.jquery.com                    

Informations de Base sur l'Extension

Nom J CSS Reload J CSS Reload
ID nnmebjmgdonemncjdliomljdfhpnlekk
URL Officiel https://chromewebstore.google.com/detail/j-css-reload/nnmebjmgdonemncjdliomljdfhpnlekk
Description Simple CSS Reload utility
Taille du Fichier 15.8 KB
Nombre d'Installations 4,214
Version Actuelle 1.2.5
Dernière Mise à Jour 2013-11-25
Date de Publication 2013-11-25
Évaluation 4.50/5 Total 52 Évaluations
Développeur jslayer
Type de Paiement free
Site Web de l'Extension https://github.com/jslayer/css-reload
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.2.5",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "page_action": {
        "default_title": "__MSG_pageActionTitle__",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "19": "icon-48.png",
        "48": "icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "description": "CSS Reload"
        }
    }
}