Auto Refresh Page - reload page

Auto Refresh automatically refresh and reload any page or tab. Reload page and page monitor features. Refresh tab.

Auto Refresh Page - reload page là gì?

Auto Refresh Page - reload page là một tiện ích mở rộng Chrome được phát triển bởi Page Refresher, và tính năng chính của nó là "Auto Refresh automatically refresh and reload any page or tab. Reload page and page monitor features. Refresh tab.".

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

screenshot
screenshot

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

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

                        Auto Refresh Page Chrome Extension enables users to automatically refresh webpages at specified intervals. Extension saves time and ensures users are updated with dynamic content without manual intervention.

Users have the ability to customize the extension according to their requirements by setting the refresh frequency. Tab Refresh boasts a user-friendly interface and is simple to use, contributing to improved productivity and efficiency while browsing the web.

Page Reload provides a reliable solution for page refreshing. Users can easily reload any webpage with just a few clicks, and it is compatible with all websites. Furthermore, it offers the option to auto-refresh idle pages at selected intervals.

Here's how it works:
1. Open the popup and specify the desired time interval for the page to refresh.
2. Start the auto refresh feature.
3. The page will refresh at the specified interval until you choose to stop or close the page.

If you ever find yourself in need of an auto-refreshing page or tab in your browser, this extension ensures that your content is always up to date. Page refresher makes it incredibly easy - simply set the desired time interval for your pages or tabs to auto refresh, and the extension will take care of reloading them.

You don't need to view the Refresher extension again and again. 

Page Monitor powerful feature allows you to monitor a webpage and look for any changes in it. Can monitor your changes in the web page's visual or source code. You can monitor website changes in three ways.

The greatest advantage of this auto page refresh extension is its simplicity - no setup is required. Just install it and let your idle pages be automatically reloaded. Select your preferred time interval, and Page reload will work its magic.                    

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

Tên Auto Refresh Page - reload page Auto Refresh Page - reload page
ID lkhdihmnnmnmpibnadlgjfmalbaoenem
URL Chính Thức https://chromewebstore.google.com/detail/auto-refresh-page-reload/lkhdihmnnmnmpibnadlgjfmalbaoenem
Mô tả Auto Refresh automatically refresh and reload any page or tab. Reload page and page monitor features. Refresh tab.
Kích Thước Tệp 171 KB
Số Lần Cài Đặt 562,983
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-07-11
Ngày Phát Hành 2023-07-04
Đánh Giá 4.83/5 Tổng số 295 Đánh Giá
Nhà Phát Triển Page Refresher
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/page-refresher/privacy-policy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.2",
    "background": {
        "service_worker": "scripts\/serviceWorker.js"
    },
    "minimum_chrome_version": "100",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "assets\/logo.png",
        "default_popup": "app.html"
    },
    "icons": {
        "128": "assets\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/libs\/jquery-3.6.0.min.js",
                "scripts\/libs\/jquery.simple.timer.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}