Luba AutoReload
Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...
Hvad er Luba AutoReload?
Luba AutoReload er en Chrome-udvidelse udviklet af http://www.webdesigncentral.net, og dens hovedfunktion er "Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...".
Udvidelsesskærmbilleder
Download Luba AutoReload-udvidelses-CRX-fil
Download Luba AutoReload-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Troubleshooting: Add a shortcut of chrome with the following command line : --allow-scripting-gallery Watch on changes for a local or internet website. Automatically refreshes the web browser on any modification. ✓ Refresh Chrome-Browser ✓ Fast and simple ✓ Html, Javascript, CSS, ... ✓ http:// or file:// ✓ Order, Filter for *.* X No PHP, CSHMTL... Usage: - navigate to URL - click on extension ico - select any resources - click on save button
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | pbkdhjjigfmmodacjodghoioeglbmieo |
Officiel URL | https://chrome.google.com/webstore/detail/luba-autoreload/pbkdhjjigfmmodacjodghoioeglbmieo |
Beskrivelse | Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ... |
Filstørrelse | 316 KB |
Antal Installationer | 294 |
Nuværende Version | 1.4 |
Senest Opdateret | 2015-06-15 |
Udgivelsesdato | 2015-06-15 |
Bedømmelse | 1.73/5 Samlet 33 Bedømmelser |
Udvikler | http://www.webdesigncentral.net |
Betalingsmetode | free |
Udvidelseswebsted | http://www.webdesigncentral.net |
Hjælpeside-URL | http://www.webdesigncentral.net/support?reason=2 |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Luba AutoReload", "version": "1.4", "description": "Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...", "icons": { "128": "Images\/icon128.png", "38": "Images\/icon38.png", "19": "Images\/icon19.png" }, "browser_action": { "default_icon": { "128": "Images\/icon128.png", "38": "Images\/icon38.png", "19": "Images\/icon19.png" }, "default_title": "Luba AutoReload", "default_popup": "index.html" }, "background": { "scripts": [ "Scripts\/app\/background.js" ] }, "content_scripts": [ { "matches": [ " |