StayFresh Page Refresher

An open-source extension that refreshes pages at set intervals

什麼是StayFresh Page Refresher?

StayFresh Page Refresher是由Michael Goen開發的Chrome擴展程式,該擴展的主要功能是“An open-source extension that refreshes pages at set intervals”。

擴展截圖

screenshot

下載StayFresh Page Refresher擴展crx文件

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

擴展使用說明

                        Choose a single URL, or all URLs at a domain to refresh periodically depending on the chosen time.

The extension remembers your settings and can have multiple URLs refreshing at once.

I'm open to suggestions for new features or improvements, feel free to leave a comment in the support section.

The source code can be found at my github:
https://github.com/mikegoen/stayfresh-extension                    

擴展基本資訊

名稱 StayFresh Page Refresher StayFresh Page Refresher
ID fjcgdkhnikhjmijgldhfbjjnnjdfjljd
官方網址 https://chromewebstore.google.com/detail/stayfresh-page-refresher/fjcgdkhnikhjmijgldhfbjjnnjdfjljd
簡介 An open-source extension that refreshes pages at set intervals
檔案大小 101 KB
安裝次數 158
目前版本 1.0.0
更新時間 2017-02-26
上架時間 2017-02-26
評分 3.67/5 共 3 次評分
開發者 Michael Goen
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StayFresh Page Refresher",
    "description": "An open-source extension that refreshes pages at set intervals",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}