Luba AutoReload

Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...

Wat is Luba AutoReload?

Luba AutoReload is een Chrome-extensie ontwikkeld door http://www.webdesigncentral.net, en de belangrijkste functie is "Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Luba AutoReload

Download Luba AutoReload-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

                        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                    

Basisinformatie over de Extensie

Naam Luba AutoReload Luba AutoReload
ID pbkdhjjigfmmodacjodghoioeglbmieo
Officiële URL https://chrome.google.com/webstore/detail/luba-autoreload/pbkdhjjigfmmodacjodghoioeglbmieo
Beschrijving Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...
Bestandsgrootte 316 KB
Aantal Installaties 294
Huidige Versie 1.4
Laatst Bijgewerkt 2015-06-15
Publicatiedatum 2015-06-15
Beoordeling 1.73/5 Totaal 33 Beoordelingen
Ontwikkelaar http://www.webdesigncentral.net
Betalingswijze free
Extensiewebsite http://www.webdesigncentral.net
Help Pagina-URL http://www.webdesigncentral.net/support?reason=2
Ondersteunde Talen 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": [
                ""
            ],
            "js": [
                "Scripts\/libs\/watcher.js",
                "Scripts\/libs\/collector.js"
            ]
        }
    ],
    "permissions": [
        "",
        "tabs",
        "background"
    ]
}