AutoTabRefresh
Refresh your browser tab automatically at the desired interval.
AutoTabRefresh là gì?
AutoTabRefresh là một tiện ích mở rộng Chrome được phát triển bởi ST9001, và tính năng chính của nó là "Refresh your browser tab automatically at the desired interval.".
Ả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 AutoTabRefresh
Tải xuống các tệp mở rộng AutoTabRefresh 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
Lightweight, simple and safe extension that will refresh your active tab automatically. Set your desired time interval and start refreshing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AutoTabRefresh |
ID | dndgpkfabmjdgnbhjciplnfblodiodmj |
URL Chính Thức | https://chromewebstore.google.com/detail/autotabrefresh/dndgpkfabmjdgnbhjciplnfblodiodmj |
Mô tả | Refresh your browser tab automatically at the desired interval. |
Kích Thước Tệp | 58.76 KB |
Số Lần Cài Đặt | 438 |
Phiên Bản Hiện Tại | 3.3 |
Cập Nhật Lần Cuối | 2022-05-22 |
Ngày Phát Hành | 2020-07-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ST9001 |
[email protected] | |
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": "AutoTabRefresh", "author": "", "version": "3.3", "description": "Refresh your browser tab automatically at the desired interval.", "permissions": [ "storage", "activeTab" ], "browser_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Auto Tab Refresh", "default_popup": "index.html" }, "background": { "page": "background.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options.html" }, "manifest_version": 2, "browser_specific_settings": { "gecko": { "id": "{c17eb700-84fb-49ea-9554-0db469f59f4b}" } } } |