Tab reloader

Updating tabs by time.

Tab reloaderとは何ですか?

Tab reloaderはhttps://maksam07.comによって開発されたChromeの拡張機能で、その主な機能は「Updating tabs by time.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Updating tabs by time

You can configure updates for each separately
In the pop-up window, you will switch between tabs and the set time for each of them
Convenient control and ease of use!                    

拡張機能の基本情報

名前 Tab reloader Tab reloader
ID ogmnlijjlpgemofpegfdlnaembcgnnhj
公式URL https://chromewebstore.google.com/detail/tab-reloader/ogmnlijjlpgemofpegfdlnaembcgnnhj
説明 Updating tabs by time.
ファイルサイズ 99.79 KB
インストール数 190
現在のバージョン 1.0.1.0
最終更新日 2021-05-03
公開日 2020-12-13
評価 5.00/5 合計 1 レビュー
開発者 https://maksam07.com
Eメール [email protected]
支払い方法 free
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/img\/icon\/icon19.png",
            "38": "static\/img\/icon\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appDesc__"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/maksam07.com\/",
    "icons": {
        "128": "static\/img\/icon\/icon128.png",
        "16": "static\/img\/icon\/icon16.png",
        "48": "static\/img\/icon\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Tab reloader",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "short_name": "Tab reloader",
    "version": "1.0.1.0"
}