Auto Refresh

Reload the web page automatically in the time interval that you want.

什麼是Auto Refresh?

Auto Refresh是由https://stni.pw開發的Chrome擴展程式,該擴展的主要功能是“Reload the web page automatically in the time interval that you want.”。

擴展截圖

screenshot

下載Auto Refresh擴展crx文件

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

擴展使用說明

                        Reload web pages automatically in the time interval that you want.

A Shitian Ni Project                    

擴展基本資訊

名稱 Auto Refresh Auto Refresh
ID omcjgdddgjlioknfggaelopggehgfcea
官方網址 https://chromewebstore.google.com/detail/auto-refresh/omcjgdddgjlioknfggaelopggehgfcea
簡介 Reload the web page automatically in the time interval that you want.
檔案大小 43.26 KB
安裝次數 6,749
目前版本 1.0.6
更新時間 2016-06-26
上架時間 2016-06-26
評分 3.00/5 共 4 次評分
開發者 https://stni.pw
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh",
    "short_name": "Refresh",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Reload the web page automatically in the time interval that you want.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ]
}