Luba AutoReload

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

What is Luba AutoReload?

Luba AutoReload is a Chrome extension developed by http://www.webdesigncentral.net, and its main feature is "Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...".

Extension Screenshots

screenshot
screenshot

Download Luba AutoReload Extension CRX File

Download Luba AutoReload extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Luba AutoReload Luba AutoReload
ID pbkdhjjigfmmodacjodghoioeglbmieo
Official URL https://chrome.google.com/webstore/detail/luba-autoreload/pbkdhjjigfmmodacjodghoioeglbmieo
Description Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...
File Size 316 KB
Installation Count 294
Current Version 1.4
Last Updated 2015-06-15
Publish Date 2015-06-15
Rating 1.73/5 Total 33 Ratings
Developer http://www.webdesigncentral.net
Payment Type free
Extension Website http://www.webdesigncentral.net
Help Page URL http://www.webdesigncentral.net/support?reason=2
Supported Languages 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"
    ]
}