CSS Reloader (fixed)
CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.
Wat is CSS Reloader (fixed)?
CSS Reloader (fixed) is een Chrome-extensie ontwikkeld door KhodeN, en de belangrijkste functie is "CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.".
Download het CRX-bestand van de extensie CSS Reloader (fixed)
Download CSS Reloader (fixed)-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
This is fork of https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd extension with fixed error. Works in current Chrome. Basisinformatie over de Extensie
| Naam | |
| ID | fkbenfjedcbdpmkgbmbliahhmohamdlj |
| Officiële URL | https://chrome.google.com/webstore/detail/css-reloader-fixed/fkbenfjedcbdpmkgbmbliahhmohamdlj |
| Beschrijving | CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself. |
| Bestandsgrootte | 85.38 KB |
| Aantal Installaties | 304 |
| Huidige Versie | 1.1.2 |
| Laatst Bijgewerkt | 2016-08-03 |
| Publicatiedatum | 2016-08-03 |
| Beoordeling | 1.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | KhodeN |
| Betalingswijze | free |
| Extensiewebsite | https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd |
| Help Pagina-URL | https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd |
| Ondersteunde Talen | 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"
} | |