ReloadCSS

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

Was ist ReloadCSS?

ReloadCSS ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.".

Erweiterungsscreenshots

screenshot

ReloadCSS-Erweiterungs-CRX-Datei herunterladen

Laden Sie ReloadCSS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name ReloadCSS ReloadCSS
ID hmkmcemeeilchgfndjepenkkfcfacpnp
Offizielle URL https://chromewebstore.google.com/detail/reloadcss/hmkmcemeeilchgfndjepenkkfcfacpnp
Beschreibung A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.
Dateigröße 11.33 KB
Installationsanzahl 65
Aktuelle Version 1.0
Letztes Update 2014-06-30
Veröffentlichungsdatum 2014-06-30
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite http://cornellcampbell.com/extensions/posts/5/reloadcss/
Hilfeseite URL http://cornellcampbell.com/extensions/posts/5/reloadcss/
Unterstützte Sprachen 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"
    ]
}