J CSS Reload
Simple CSS Reload utility
Was ist J CSS Reload?
J CSS Reload ist eine Chrome-Erweiterung, die von jslayer entwickelt wurde, und ihr Hauptmerkmal ist "Simple CSS Reload utility".
Erweiterungsscreenshots
J CSS Reload-Erweiterungs-CRX-Datei herunterladen
Laden Sie J CSS Reload-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
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nnmebjmgdonemncjdliomljdfhpnlekk |
| Offizielle URL | https://chromewebstore.google.com/detail/j-css-reload/nnmebjmgdonemncjdliomljdfhpnlekk |
| Beschreibung | Simple CSS Reload utility |
| Dateigröße | 15.8 KB |
| Installationsanzahl | 4,214 |
| Aktuelle Version | 1.2.5 |
| Letztes Update | 2013-11-25 |
| Veröffentlichungsdatum | 2013-11-25 |
| Bewertung | 4.50/5 Insgesamt 52 Bewertungen |
| Entwickler | jslayer |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/jslayer/css-reload |
| Unterstützte Sprachen | 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",
" | |