Simple Tab Reloader
Refresh your tabs, without all those annoying features
Simple Tab Reloader là gì?
Simple Tab Reloader là một tiện ích mở rộng Chrome được phát triển bởi Tabernacle8, và tính năng chính của nó là "Refresh your tabs, without all those annoying features".
Ả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 Simple Tab Reloader
Tải xuống các tệp mở rộng Simple Tab Reloader 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
Every automatic tab reloader asks for either way too many permissions or is just a big mess to use. So, I decided to create my own and share it with you! Simple Tab Reloader is easy to use, just choose which reload interval you want and hit start. The tab you were on when you hit start will be reloaded at the interval you set, even if you move to another tab. Highlighted Features: - Super easy to use, input a time and hit start - Reload interval syncs across your google account - Counter for when the next reload is - Requires no permissions to install (Protects your privacy) - Collects no user data / no analytics data Please leave suggestions in a review or comment on this extension's GitHub https://github.com/tabernacle8/AutoReloadTab.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Simple Tab Reloader |
ID | henodmaaehdoggfnlebeabepfeendocd |
URL Chính Thức | https://chromewebstore.google.com/detail/simple-tab-reloader/henodmaaehdoggfnlebeabepfeendocd |
Mô tả | Refresh your tabs, without all those annoying features |
Kích Thước Tệp | 15.03 KB |
Số Lần Cài Đặt | 722 |
Phiên Bản Hiện Tại | 3.1.0 |
Cập Nhật Lần Cuối | 2022-12-25 |
Ngày Phát Hành | 2021-02-07 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Tabernacle8 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://docs.google.com/document/d/11I9bVn6VpVmdai7aKsZayocZFMGicSxSSnYAXY1R-L4/edit |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Tab Reloader", "version": "3.1.0", "description": "Refresh your tabs, without all those annoying features", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.js", "reloadTabBackground.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html" }, "icons": { "16": "Reload16.png", "48": "Reload48.png", "128": "Reload128.png" }, "manifest_version": 2 } |