Auto Refresho

Auto refresh any page.

Auto Refreshoとは何ですか?

Auto RefreshoはAhMythによって開発されたChromeの拡張機能で、その主な機能は「Auto refresh any page.」です。

拡張機能のスクリーンショット

screenshot

Auto Refresho拡張機能のCRXファイルをダウンロード

Auto Refresho拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Auto Refresho Auto Refresho
ID clkkhfkadebfabfjjdfofjjlkbndpggn
公式URL https://chromewebstore.google.com/detail/auto-refresho/clkkhfkadebfabfjjdfofjjlkbndpggn
説明 Auto refresh any page.
ファイルサイズ 53.67 KB
インストール数 1,052
現在のバージョン 1.0
最終更新日 2017-09-10
公開日 2017-09-10
評価 5.00/5 合計 5 レビュー
開発者 AhMyth
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Refresho",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon\/icon512.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "activeTab"
    ],
    "description": "Auto refresh any page.",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "96": "icon\/icon96.png",
        "128": "icon\/icon128.png",
        "512": "icon\/icon512.png"
    }
}