SuperRefresh , Auto Refresh pages

Auto Refresh pages every time interval , Multi task support .

什麼是SuperRefresh , Auto Refresh pages?

SuperRefresh , Auto Refresh pages是由https://extmanager.com開發的Chrome擴展程式,該擴展的主要功能是“Auto Refresh pages every time interval , Multi task support .”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載SuperRefresh , Auto Refresh pages擴展crx文件

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

擴展使用說明

                        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                    

擴展基本資訊

名稱 SuperRefresh , Auto Refresh pages SuperRefresh , Auto Refresh pages
ID kodajckmdnamjlagjhjahccimgjanigg
官方網址 https://chromewebstore.google.com/detail/superrefresh-auto-refresh/kodajckmdnamjlagjhjahccimgjanigg
簡介 Auto Refresh pages every time interval , Multi task support .
檔案大小 200 KB
安裝次數 7,404
目前版本 0.0.2
更新時間 2021-09-23
上架時間 2020-06-14
評分 4.00/5 共 17 次評分
開發者 https://extmanager.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.extmanager.com/detail/kodajckmdnamjlagjhjahccimgjanigg.html
隱私政策頁面URL https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8
支援的語言 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
}