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