Tab auto reloader

This extension reloads the current tab at a chosen interval.

Tab auto reloaderとは何ですか?

Tab auto reloaderはhttps://denilson.sa.nom.brによって開発されたChromeの拡張機能で、その主な機能は「This extension reloads the current tab at a chosen interval.」です。

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

screenshot
screenshot

Tab auto reloader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This Chrome extension reloads (refreshes) the current tab at a chosen interval.

* Free and open-source.
* No (extra) permissions required.
* Easy-to-use.
* The reload (refresh) interval can be different for each tab.

https://github.com/denilsonsa/crx-reload-tab/                    

拡張機能の基本情報

名前 Tab auto reloader Tab auto reloader
ID knnahnemielbnanghaphjgheamgcjjcb
公式URL https://chromewebstore.google.com/detail/tab-auto-reloader/knnahnemielbnanghaphjgheamgcjjcb
説明 This extension reloads the current tab at a chosen interval.
ファイルサイズ 14.36 KB
インストール数 26,500
現在のバージョン 1.1
最終更新日 2020-11-19
公開日 2018-04-23
評価 4.90/5 合計 99 レビュー
開発者 https://denilson.sa.nom.br
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/denilsonsa/crx-reload-tab/
ヘルプページのURL https://github.com/denilsonsa/crx-reload-tab/issues
プライバシーポリシーページのURL http://denilson.sa.nom.br/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab auto reloader",
    "short_name": "Tab reloader",
    "description": "This extension reloads the current tab at a chosen interval.",
    "version": "1.1",
    "homepage_url": "https:\/\/github.com\/denilsonsa\/crx-reload-tab\/",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Reload this page every\u2026"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}