Tab Auto Refresh

Automatically refresh tabs based on custom time intervals

什麼是Tab Auto Refresh?

Tab Auto Refresh是由MeryDev開發的Chrome擴展程式,該擴展的主要功能是“Automatically refresh tabs based on custom time intervals”。

擴展截圖

screenshot

下載Tab Auto Refresh擴展crx文件

下載Tab Auto Refresh擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tab Auto Refresh is a browser addon that helps you automatically reload (refresh) tabs of your choice.

To operate with this addon, please open toolbar popup UI while you are visiting a website. Adjust time interval in seconds (i.e. 120 sec) and you are all set. Selected tab will be reloaded based on the interval you just set.

Please note reloading occurs based on tab URL not tab ID or domain. If you want to stop the current "reload" task, please press on the "stop" button at top left corner in toolbar popup UI. Alternatively you can set the interval to 0 which is equal to stop function.

If you have many tabs reloading and do not want to visit each tab to clear the reloading task, please open toolbar popup UI and press on the "reset" (top right) button to do so. This button serves as a global reset button and clears the reloading task for all tabs.

To report bugs, please visit addon's homepage (https://mybrowseraddon.com/tab-auto-refresh.html) and fill the bug report form.                    

擴展基本資訊

名稱 Tab Auto Refresh Tab Auto Refresh
ID jaioibhbkffompljnnipmpkeafhpicpd
官方網址 https://chromewebstore.google.com/detail/tab-auto-refresh/jaioibhbkffompljnnipmpkeafhpicpd
簡介 Automatically refresh tabs based on custom time intervals
檔案大小 44.92 KB
安裝次數 121,876
目前版本 0.2.0
更新時間 2023-04-13
上架時間 2020-05-26
評分 4.06/5 共 65 次評分
開發者 MeryDev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mybrowseraddon.com/tab-auto-refresh.html
說明頁面URL https://mybrowseraddon.com/tab-auto-refresh.html
隱私政策頁面URL https://add0n.com/policies/mery.dev.txt
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Tab Auto Refresh",
    "homepage_url": "https:\/\/mybrowseraddon.com\/tab-auto-refresh.html",
    "description": "Automatically refresh tabs based on custom time intervals",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "notifications"
    ],
    "action": {
        "default_title": "Tab Auto Refresh",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}