Luba AutoReload
Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...
O que é Luba AutoReload?
Luba AutoReload é uma extensão do Chrome desenvolvida por http://www.webdesigncentral.net, e sua principal característica é "Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Luba AutoReload
Baixe arquivos de extensão Luba AutoReload no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | pbkdhjjigfmmodacjodghoioeglbmieo |
URL Oficial | https://chrome.google.com/webstore/detail/luba-autoreload/pbkdhjjigfmmodacjodghoioeglbmieo |
Descrição | Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ... |
Tamanho do Arquivo | 316 KB |
Contagem de Instalações | 294 |
Versão Atual | 1.4 |
Última Atualização | 2015-06-15 |
Data de Publicação | 2015-06-15 |
Classificação | 1.73/5 Total de 33 Avaliações |
Desenvolvedor | http://www.webdesigncentral.net |
Tipo de Pagamento | free |
Site da Extensão | http://www.webdesigncentral.net |
URL da Página de Ajuda | http://www.webdesigncentral.net/support?reason=2 |
Idiomas Suportados | 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": [ " |