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) là gì?
Autoreloader: Reload tab on file change (Win) là một tiện ích mở rộng Chrome được phát triển bởi robotreply, và tính năng chính của nó là "(Windows only) Monitor files on your hard disk and reload pages automatically".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Autoreloader: Reload tab on file change (Win)
Tải xuống các tệp mở rộng Autoreloader: Reload tab on file change (Win) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Autoreloader: Reload tab on file change (Win) |
ID | innoeeijgleieecngfliphpjchmcobok |
URL Chính Thức | https://chromewebstore.google.com/detail/autoreloader-reload-tab-o/innoeeijgleieecngfliphpjchmcobok |
Mô tả | (Windows only) Monitor files on your hard disk and reload pages automatically |
Kích Thước Tệp | 30.93 KB |
Số Lần Cài Đặt | 247 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2016-08-03 |
Ngày Phát Hành | 2016-08-03 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | robotreply |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |