Auto Reload Page

Keep reloading page automatically!

Auto Reload Page là gì?

Auto Reload Page là một tiện ích mở rộng Chrome được phát triển bởi SocialWorker, và tính năng chính của nó là "Keep reloading page automatically!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Reload Page

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

                        Free yourself from clicking refresh button again and again, thanks to the Auto Reload Page extension!
The extension comes handy when you want to keep refreshing a webpage at regular intervals, be it for checking status or something or keeping an eye on progress of your favourite sports' event!
- Reload chrome tab at the certain specified time interval
- Reloads stick to the tab and not the website, so even you change the URL, reloads keep happening as long as it is active in the tab
- Reloads keep working even when you pull the tab out to a new window                    

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

Tên Auto Reload Page Auto Reload Page
ID cggooibcfafefodnecpcbgiebbjjpnpb
URL Chính Thức https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb
Mô tả Keep reloading page automatically!
Kích Thước Tệp 25.42 KB
Số Lần Cài Đặt 212
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-10-13
Ngày Phát Hành 2020-10-07
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển SocialWorker
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sushrut111/chrome-tab-reloader
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Reload Page",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "description": "Keep reloading page automatically!",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}