SuperRefresh , Auto Refresh pages

Auto Refresh pages every time interval , Multi task support .

SuperRefresh , Auto Refresh pages là gì?

SuperRefresh , Auto Refresh pages là một tiện ích mở rộng Chrome được phát triển bởi https://extmanager.com, và tính năng chính của nó là "Auto Refresh pages every time interval , Multi task support .".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SuperRefresh , Auto Refresh pages

Tải xuống các tệp mở rộng SuperRefresh , Auto Refresh pages 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

                        SuperRefresh,  Auto Refresh the page interval. you don’t need to frantically press Ctrl-R or F5 if you are waiting for an update.

Features:
1. Auto Refresh the page interval .
2. Tracks all auto refresh progress.
3. Real time display on Icon.
4. Set multiple times for multiple tabs
5. Define custom interval in minutes and seconds                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SuperRefresh , Auto Refresh pages SuperRefresh , Auto Refresh pages
ID kodajckmdnamjlagjhjahccimgjanigg
URL Chính Thức https://chromewebstore.google.com/detail/superrefresh-auto-refresh/kodajckmdnamjlagjhjahccimgjanigg
Mô tả Auto Refresh pages every time interval , Multi task support .
Kích Thước Tệp 200 KB
Số Lần Cài Đặt 7,404
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2021-09-23
Ngày Phát Hành 2020-06-14
Đánh Giá 4.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://extmanager.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.extmanager.com/detail/kodajckmdnamjlagjhjahccimgjanigg.html
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.0.2",
    "icons": {
        "128": "img\/ico.png",
        "48": "img\/ico48.png",
        "19": "img\/ico19.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "img\/ico19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/system.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ],
    "default_locale": "en",
    "manifest_version": 2
}