Auto Refresh Page

Auto Refresh Page is the extension to refresh a page on regular intervals

Auto Refresh Pageとは何ですか?

Auto Refresh PageはProfileVisitor.coによって開発されたChromeの拡張機能で、その主な機能は「Auto Refresh Page is the extension to refresh a page on regular intervals」です。

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

screenshot

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

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

拡張機能の使用方法

                        Auto Refresh Page 

It is a simple  extension to refresh the page at regular intervals.

You can customize the default time and have separate timers running for all of your tabs.                    

拡張機能の基本情報

名前 Auto Refresh Page Auto Refresh Page
ID iiblfhmcehfejobfioibjbdpgigcmkgj
公式URL https://chrome.google.com/webstore/detail/auto-refresh-page/iiblfhmcehfejobfioibjbdpgigcmkgj
説明 Auto Refresh Page is the extension to refresh a page on regular intervals
ファイルサイズ 201 KB
インストール数 4,000
現在のバージョン 1.0.2
最終更新日 2018-01-31
公開日 2018-01-31
評価 3.33/5 合計 3 レビュー
開発者 ProfileVisitor.co
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Auto Refresh Page is the extension to refresh a page on regular intervals",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Auto Refresh Page",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}