J CSS Reload

Simple CSS Reload utility

Wat is J CSS Reload?

J CSS Reload is een Chrome-extensie ontwikkeld door jslayer, en de belangrijkste functie is "Simple CSS Reload utility".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie J CSS Reload

Download J CSS Reload-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam J CSS Reload J CSS Reload
ID nnmebjmgdonemncjdliomljdfhpnlekk
Officiële URL https://chromewebstore.google.com/detail/j-css-reload/nnmebjmgdonemncjdliomljdfhpnlekk
Beschrijving Simple CSS Reload utility
Bestandsgrootte 15.8 KB
Aantal Installaties 4,214
Huidige Versie 1.2.5
Laatst Bijgewerkt 2013-11-25
Publicatiedatum 2013-11-25
Beoordeling 4.50/5 Totaal 52 Beoordelingen
Ontwikkelaar jslayer
Betalingswijze free
Extensiewebsite https://github.com/jslayer/css-reload
Ondersteunde Talen 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"
        }
    }
}