Reload Tabs
Reload all Chrome tabs, including the ones that are frozen by Great Suspender
什么是Reload Tabs?
Reload Tabs是由https://ephrain.pixnet.net开发的Chrome扩展程序,该扩展的主要功能是“Reload all Chrome tabs, including the ones that are frozen by Great Suspender”。
扩展截图
下载Reload Tabs扩展crx文件
下载Reload Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Reload all Chrome tabs at once.
This extension can also resume the tabs that are frozen by Great Suspender (https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg), which is a great chrome extension to help freeze inactive chrome tabs to release system resources.                     扩展基本信息
| 名称 |   |  
| ID | inhimoldpmckkeohhdkccpnpbpdfaple | 
| 官方URL | https://chromewebstore.google.com/detail/reload-tabs/inhimoldpmckkeohhdkccpnpbpdfaple | 
| 简介 | Reload all Chrome tabs, including the ones that are frozen by Great Suspender | 
| 文件大小 | 14.43 KB | 
| 安装次数 | 793 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2014-09-24 | 
| 上架时间 | 2014-09-24 | 
| 评分 | 5.00/5 共2次评分 | 
| 开发者 | https://ephrain.pixnet.net | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 隐私政策页面URL | https://ephrain.net/%E5%9C%96%E6%9B%B8%E9%A4%A8%E5%A4%9A%E9%87%8D%E5%B8%B3%E6%88%B6%E7%99%BB%E5%85%A5 | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload Tabs",
    "description": "Reload all Chrome tabs, including the ones that are frozen by Great Suspender",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}  |  |