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
公式URL 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
Eメール [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"
            ]
        }
    ]
}