CJs Auto Refresh

Auto refresh the page for CJ because CJ is awesome!

CJs Auto Refreshとは何ですか?

CJs Auto Refreshはnextstateによって開発されたChromeの拡張機能で、その主な機能は「Auto refresh the page for CJ because CJ is awesome!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Auto refresh one or more tabs by clicking the extension's icon and selecting Auto Refresh in the context menu. Change the refresh interval via the Options menu item in the context menu.

When the refresh interval is changed, all tabs that have the Auto Refreshed already checked are refreshed and the new interval is set. Checking Auto Refresh on a different tab will use the new interval.                    

拡張機能の基本情報

名前 CJs Auto Refresh CJs Auto Refresh
ID gfgbegjbililmnkakfmpdhndnccpjnlf
公式URL https://chromewebstore.google.com/detail/cjs-auto-refresh/gfgbegjbililmnkakfmpdhndnccpjnlf
説明 Auto refresh the page for CJ because CJ is awesome!
ファイルサイズ 12.74 KB
インストール数 118
現在のバージョン 1.0.1
最終更新日 2019-03-24
公開日 2019-03-23
評価 5.00/5 合計 1 レビュー
開発者 nextstate
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CJs Auto Refresh",
    "short_name": "CJs Refresh",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Auto refresh the page for CJ because CJ is awesome!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icon128.png"
    }
}