Auto Refresh Page

Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.

Auto Refresh Pageとは何ですか?

Auto Refresh PageはPage Refreshによって開発されたChromeの拡張機能で、その主な機能は「Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance!                    

拡張機能の基本情報

名前 Auto Refresh Page Auto Refresh Page
ID llfpaibekbngemphkhllbbffpgopboec
公式URL https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec
説明 Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
ファイルサイズ 7.94 KB
インストール数 1,139
現在のバージョン 2.0
最終更新日 2023-07-02
公開日 2020-12-08
評価 2.75/5 合計 4 レビュー
開発者 Page Refresh
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/extensions-privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "2.0",
    "description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}