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
公式URL 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
    }
}