Auto Reload Page

Keep reloading page automatically!

Auto Reload Pageとは何ですか?

Auto Reload PageはSocialWorkerによって開発されたChromeの拡張機能で、その主な機能は「Keep reloading page automatically!」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Free yourself from clicking refresh button again and again, thanks to the Auto Reload Page extension!
The extension comes handy when you want to keep refreshing a webpage at regular intervals, be it for checking status or something or keeping an eye on progress of your favourite sports' event!
- Reload chrome tab at the certain specified time interval
- Reloads stick to the tab and not the website, so even you change the URL, reloads keep happening as long as it is active in the tab
- Reloads keep working even when you pull the tab out to a new window                    

拡張機能の基本情報

名前 Auto Reload Page Auto Reload Page
ID cggooibcfafefodnecpcbgiebbjjpnpb
公式URL https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb
説明 Keep reloading page automatically!
ファイルサイズ 25.42 KB
インストール数 212
現在のバージョン 1.1
最終更新日 2020-10-13
公開日 2020-10-07
評価 3.67/5 合計 3 レビュー
開発者 SocialWorker
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sushrut111/chrome-tab-reloader
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Reload Page",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "description": "Keep reloading page automatically!",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}