Luba AutoReload
Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...
什么是Luba AutoReload?
Luba AutoReload是由http://www.webdesigncentral.net开发的Chrome扩展程序,该扩展的主要功能是“Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...”。
扩展截图
下载Luba AutoReload扩展crx文件
下载Luba AutoReload扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | pbkdhjjigfmmodacjodghoioeglbmieo |
官方URL | https://chrome.google.com/webstore/detail/luba-autoreload/pbkdhjjigfmmodacjodghoioeglbmieo |
简介 | Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ... |
文件大小 | 316 KB |
安装次数 | 294 |
当前版本 | 1.4 |
更新时间 | 2015-06-15 |
上架时间 | 2015-06-15 |
评分 | 1.73/5 共33次评分 |
开发者 | http://www.webdesigncentral.net |
付费类型 | free |
扩展官网 | http://www.webdesigncentral.net |
帮助页面URL | http://www.webdesigncentral.net/support?reason=2 |
支持的语言 | 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": [ " |