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 |
官方網址 | 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": [ " |