Auto Refresh Page
Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
Auto Refresh Page là gì?
Auto Refresh Page là một tiện ích mở rộng Chrome được phát triển bởi Page Refresh, và tính năng chính của nó là "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.".
Ả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 Page
Tải xuống các tệp mở rộng Auto Refresh Page 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
Page Auto Refresher is a simple and easy web page refresher. It lets you concentrate on other tasks. Upgrade your business performance!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Auto Refresh Page |
ID | llfpaibekbngemphkhllbbffpgopboec |
URL Chính Thức | https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec |
Mô tả | Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals. |
Kích Thước Tệp | 7.94 KB |
Số Lần Cài Đặt | 1,139 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2023-07-02 |
Ngày Phát Hành | 2020-12-08 |
Đánh Giá | 2.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Page Refresh |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/extensions-privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Refresh Page", "version": "2.0", "description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.", "permissions": [ "tabs", "http:\/\/*\/*" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "48": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |