ReloadCSS

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

Wat is ReloadCSS?

ReloadCSS is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ReloadCSS

Download ReloadCSS-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

                                            

Basisinformatie over de Extensie

Naam ReloadCSS ReloadCSS
ID hmkmcemeeilchgfndjepenkkfcfacpnp
Officiële URL https://chromewebstore.google.com/detail/reloadcss/hmkmcemeeilchgfndjepenkkfcfacpnp
Beschrijving A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.
Bestandsgrootte 11.33 KB
Aantal Installaties 65
Huidige Versie 1.0
Laatst Bijgewerkt 2014-06-30
Publicatiedatum 2014-06-30
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite http://cornellcampbell.com/extensions/posts/5/reloadcss/
Help Pagina-URL http://cornellcampbell.com/extensions/posts/5/reloadcss/
Ondersteunde Talen 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"
    ]
}