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
电子邮箱 [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"
}