Luba AutoReload

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

Cos'è Luba AutoReload?

Luba AutoReload è un'estensione di Chrome sviluppata da http://www.webdesigncentral.net, e la sua funzione principale è "Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Luba AutoReload

Scarica i file di estensione Luba AutoReload 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

                        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                    

Informazioni di Base sull'Estensione

Nome Luba AutoReload Luba AutoReload
ID pbkdhjjigfmmodacjodghoioeglbmieo
URL Ufficiale https://chrome.google.com/webstore/detail/luba-autoreload/pbkdhjjigfmmodacjodghoioeglbmieo
Descrizione Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...
Dimensione del File 316 KB
Conteggio Installazioni 294
Versione Corrente 1.4
Ultimo Aggiornamento 2015-06-15
Data di Pubblicazione 2015-06-15
Valutazione 1.73/5 Totale 33 Valutazioni
Sviluppatore http://www.webdesigncentral.net
Tipo di Pagamento free
Sito Web dell'Estensione http://www.webdesigncentral.net
URL della Pagina di Aiuto http://www.webdesigncentral.net/support?reason=2
Lingue Supportate 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"
    ]
}