Autoreloader: Reload tab on file change (Win)
(Windows only) Monitor files on your hard disk and reload pages automatically
什么是Autoreloader: Reload tab on file change (Win)?
Autoreloader: Reload tab on file change (Win)是由robotreply开发的Chrome扩展程序,该扩展的主要功能是“(Windows only) Monitor files on your hard disk and reload pages automatically”。
扩展截图
下载Autoreloader: Reload tab on file change (Win)扩展crx文件
下载Autoreloader: Reload tab on file change (Win)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Autoreloader v0.0.1 Automatically reload chrome tabs if files changes Step 1: Install the file monitor server - Download setup.exe from https://github.com/autoreloader/autoreloader/blob/master/Setup.exe?raw=true - Run setup.exe Step 2: Install the chrome extension - Search "autoreloader" on chrome store and install extension Step 3: Add folders that you would like to monitor using the "add directory" button. That's it! Now anytime a new file is added, changed, or removed in the folders you're monitoring your active tab will automatically reload. This is an open source app. You can find the full code for Server (Delphi) and Extension (Javascript) here: https://github.com/autoreloader/autoreloader Pull requests are always welcome!
扩展基本信息
名称 | Autoreloader: Reload tab on file change (Win) |
ID | innoeeijgleieecngfliphpjchmcobok |
官方URL | https://chromewebstore.google.com/detail/autoreloader-reload-tab-o/innoeeijgleieecngfliphpjchmcobok |
简介 | (Windows only) Monitor files on your hard disk and reload pages automatically |
文件大小 | 30.93 KB |
安装次数 | 247 |
当前版本 | 0.0.3 |
更新时间 | 2016-08-03 |
上架时间 | 2016-08-03 |
评分 | 4.00/5 共4次评分 |
开发者 | robotreply |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autoreloader: Reload tab on file change (Win)", "version": "0.0.3", "manifest_version": 2, "description": "(Windows only) Monitor files on your hard disk and reload pages automatically", "homepage_url": "https:\/\/github.com\/autoreloader\/autoreloader", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Enable Auto-Reloader" }, "options_page": "src\/options\/index.html", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |