Timer Refresh
Timer refresh the specified page or only refresh the inactive TAB page.
Timer Refresh là gì?
Timer Refresh là một tiện ích mở rộng Chrome được phát triển bởi thomashg0712, và tính năng chính của nó là "Timer refresh the specified page or only refresh the inactive TAB page.".
Ả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 Timer Refresh
Tải xuống các tệp mở rộng Timer Refresh 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
For some users with special needs, keeping the page active maybe a good help.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fembhgfanglpnpkjcgdacodmefdmfpep |
URL Chính Thức | https://chrome.google.com/webstore/detail/fembhgfanglpnpkjcgdacodmefdmfpep |
Mô tả | Timer refresh the specified page or only refresh the inactive TAB page. |
Kích Thước Tệp | 27.85 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2020-01-19 |
Ngày Phát Hành | 2020-01-19 |
Nhà Phát Triển | thomashg0712 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html", "script": "background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "img\/on128.png" }, "manifest_version": 2, "name": "__MSG_extName__", "page_action": { "default_icon": "img\/on128.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "permissions": [ "tabs", "browsingData", "webRequest", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.0.1" } |