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