AutoRefresh+
Powerful timed refresh tool
AutoRefresh+ là gì?
AutoRefresh+ là một tiện ích mở rộng Chrome được phát triển bởi MichaelKeys, và tính năng chính của nó là "Powerful timed refresh tool".
Ả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 AutoRefresh+
Tải xuống các tệp mở rộng AutoRefresh+ 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
AutoRefresh+ is an open-source Chrome extension that allows users to refresh a websites at a given time interval. The user has to simply enter the hostname of the website that they would like the refresh, and the number of minutes between each refresh, and AutoRefresh+ will do the rest!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jdcmniiepfjinccadkbjliiopialnnmi |
URL Chính Thức | https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi |
Mô tả | Powerful timed refresh tool |
Kích Thước Tệp | 65.98 KB |
Số Lần Cài Đặt | 659 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-11-04 |
Ngày Phát Hành | 2018-11-04 |
Nhà Phát Triển | MichaelKeys |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bitbucket.org/MichaelKeys/autorefresh/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoRefresh+", "version": "1.0", "description": "Powerful timed refresh tool", "permissions": [ "activeTab", "alarms", "declarativeContent", "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/AutoRefresh+16.png", "32": "images\/AutoRefresh+32.png", "48": "images\/AutoRefresh+48.png", "128": "images\/AutoRefresh+128.png" } }, "icons": { "16": "images\/AutoRefresh+16.png", "32": "images\/AutoRefresh+32.png", "48": "images\/AutoRefresh+48.png", "128": "images\/AutoRefresh+128.png" }, "options_page": "options.html", "manifest_version": 2 } |