Auto Refresh Lite
Auto refresh a list of web pages after any number of seconds.
Auto Refresh Lite là gì?
Auto Refresh Lite là một tiện ích mở rộng Chrome được phát triển bởi pragmatechdev, và tính năng chính của nó là "Auto refresh a list of web pages after any number of seconds.".
Ả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 Auto Refresh Lite
Tải xuống các tệp mở rộng Auto Refresh Lite 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
Small and easy to use chrome extension that auto reloads a list of URLs according to your settings. Features: * Easy to use and setup * No unnecessary permissions required * Does not track you
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Auto Refresh Lite |
ID | dblcelpijjljhjbkopojdhgoleciofip |
URL Chính Thức | https://chromewebstore.google.com/detail/auto-refresh-lite/dblcelpijjljhjbkopojdhgoleciofip |
Mô tả | Auto refresh a list of web pages after any number of seconds. |
Kích Thước Tệp | 53.26 KB |
Số Lần Cài Đặt | 203 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2021-01-06 |
Ngày Phát Hành | 2014-06-21 |
Đánh Giá | 2.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | pragmatechdev |
[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", "manifest_version": 2, "name": "Auto Refresh Lite", "icons": { "16": "icons\/icon-16.png", "20": "icons\/icon-20.png", "24": "icons\/icon-24.png", "32": "icons\/icon-128.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png" }, "version": "2.0", "author": "pragmatechdev", "description": "Auto refresh a list of web pages after any number of seconds.", "options_page": "options\/options.html", "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "20": "icons\/icon-20.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true } } |