Auto Refresh

You can set the period in which the required tab will be refreshed with this extension

Auto Refreshとは何ですか?

Auto Refreshはenaumenko1997によって開発されたChromeの拡張機能で、その主な機能は「You can set the period in which the required tab will be refreshed with this extension」です。

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

screenshot

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

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

拡張機能の使用方法

                        The best and advanced version of auto refresher for chrome browser. You can manually set a time for website to be refreshed. The extension allows you to choose a tab or multiple tabs you want to be refreshed. You can interact with other tabs while the chosen websites will be refreshed in certain time. Click on the extension icon in right upper corner of chrome browser and you also will see a list of available tabs. Click on the tab, set a refreshment time and done. You can also pause or cancel any tab from being refreshed.                    

拡張機能の基本情報

名前 Auto Refresh Auto Refresh
ID ijgebbdlfohiodlmbplfbapleoppbijp
公式URL https://chromewebstore.google.com/detail/auto-refresh/ijgebbdlfohiodlmbplfbapleoppbijp
説明 You can set the period in which the required tab will be refreshed with this extension
ファイルサイズ 21.25 KB
インストール数 104
現在のバージョン 1.0
最終更新日 2021-02-10
公開日 2021-02-10
評価 3.00/5 合計 1 レビュー
開発者 enaumenko1997
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/assets\/js\/refresh_worker.js",
            "\/assets\/js\/bg.js",
            "\/assets\/js\/workWithContextMenu.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Refresher"
    },
    "description": "You can set the period in which the required tab will be refreshed with this extension",
    "icons": {
        "128": "\/assets\/images\/essential_image.png"
    },
    "manifest_version": 2,
    "name": "Auto Refresh",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "version": "1.0"
}