Refresher
Auto-Refresh tabs every N minutes.
什么是Refresher?
Refresher是由S.Pyzhov开发的Chrome扩展程序,该扩展的主要功能是“Auto-Refresh tabs every N minutes.”。
扩展截图
下载Refresher扩展crx文件
下载Refresher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Refresher - refreshes selected tab every selected interval of the time.
You can select any duration in a minutes or seconds.                     扩展基本信息
| 名称 |   |  
| ID | fonajkmbfnhimbdcohgbofnmgcfifmal | 
| 官方URL | https://chromewebstore.google.com/detail/refresher/fonajkmbfnhimbdcohgbofnmgcfifmal | 
| 简介 | Auto-Refresh tabs every N minutes. | 
| 文件大小 | 44.18 KB | 
| 安装次数 | 11 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2019-11-30 | 
| 上架时间 | 2019-11-29 | 
| 开发者 | S.Pyzhov | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/spyzhov/refresher | 
| 帮助页面URL | https://github.com/spyzhov/refresher/issues | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresher",
    "description": "Auto-Refresh tabs every N minutes.",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "src\/storage.js",
            "src\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    }
}  |  |