CSS Reloader (fixed)
CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.
Cos'è CSS Reloader (fixed)?
CSS Reloader (fixed) è un'estensione di Chrome sviluppata da KhodeN, e la sua funzione principale è "CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.".
Scarica il file CRX dell'estensione CSS Reloader (fixed)
Scarica i file di estensione CSS Reloader (fixed) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This is fork of https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd extension with fixed error. Works in current Chrome. Informazioni di Base sull'Estensione
| Nome | |
| ID | fkbenfjedcbdpmkgbmbliahhmohamdlj |
| URL Ufficiale | https://chrome.google.com/webstore/detail/css-reloader-fixed/fkbenfjedcbdpmkgbmbliahhmohamdlj |
| Descrizione | CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself. |
| Dimensione del File | 85.38 KB |
| Conteggio Installazioni | 304 |
| Versione Corrente | 1.1.2 |
| Ultimo Aggiornamento | 2016-08-03 |
| Data di Pubblicazione | 2016-08-03 |
| Valutazione | 1.00/5 Totale 4 Valutazioni |
| Sviluppatore | KhodeN |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd |
| URL della Pagina di Aiuto | https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"background": {
"page": "background.htm"
},
"content_scripts": [
{
"js": [
"cssreloader.content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"description": "CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.",
"icons": {
"128": "icons\/icon_128.png",
"16": "icons\/icon_16.png",
"256": "icons\/icon_256.png",
"48": "icons\/icon_48.png"
},
"name": "CSS Reloader (fixed)",
"options_page": "options.htm",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"contextMenus",
"tabs"
],
"version": "1.1.2"
} | |