AutoRefresh+

Powerful timed refresh tool

什麼是AutoRefresh+?

AutoRefresh+是由MichaelKeys開發的Chrome擴展程式,該擴展的主要功能是“Powerful timed refresh tool”。

擴展截圖

screenshot

下載AutoRefresh+擴展crx文件

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

擴展使用說明

                        AutoRefresh+ is an open-source Chrome extension that allows users to refresh a websites at a given time interval.

The user has to simply enter the hostname of the website that they would like the refresh, and the number of minutes between each refresh, and AutoRefresh+ will do the rest!                    

擴展基本資訊

名稱 AutoRefresh+ AutoRefresh+
ID jdcmniiepfjinccadkbjliiopialnnmi
官方網址 https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi
簡介 Powerful timed refresh tool
檔案大小 65.98 KB
安裝次數 659
目前版本 1.0
更新時間 2018-11-04
上架時間 2018-11-04
開發者 MichaelKeys
付費類型 free
擴展官網 https://bitbucket.org/MichaelKeys/autorefresh/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoRefresh+",
    "version": "1.0",
    "description": "Powerful timed refresh tool",
    "permissions": [
        "activeTab",
        "alarms",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/AutoRefresh+16.png",
            "32": "images\/AutoRefresh+32.png",
            "48": "images\/AutoRefresh+48.png",
            "128": "images\/AutoRefresh+128.png"
        }
    },
    "icons": {
        "16": "images\/AutoRefresh+16.png",
        "32": "images\/AutoRefresh+32.png",
        "48": "images\/AutoRefresh+48.png",
        "128": "images\/AutoRefresh+128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}