Tabs Reloader
Reload tabs in current window
什么是Tabs Reloader?
Tabs Reloader是由http://imcotton.com开发的Chrome扩展程序,该扩展的主要功能是“Reload tabs in current window”。
扩展截图
下载Tabs Reloader扩展crx文件
下载Tabs Reloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
* single-click to reload pinned tabs
* double-click to reload normal tabs
And there is NO need of your data on ANY websites.
Source code available at: http://git.io/jB-PaQ 扩展基本信息
| 名称 | |
| ID | ofphdlddmcpeggijkmijojknacfnleij |
| 官方URL | https://chrome.google.com/webstore/detail/tabs-reloader/ofphdlddmcpeggijkmijojknacfnleij |
| 简介 | Reload tabs in current window |
| 文件大小 | 9.76 KB |
| 安装次数 | 363 |
| 当前版本 | 1.3.4 |
| 更新时间 | 2015-02-02 |
| 上架时间 | 2015-02-02 |
| 评分 | 4.14/5 共14次评分 |
| 开发者 | http://imcotton.com |
| 付费类型 | free |
| 扩展官网 | https://github.com/imcotton/tabs-reloader |
| 帮助页面URL | https://github.com/imcotton/tabs-reloader/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tabs Reloader",
"description": "Reload tabs in current window",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon_24.png",
"default_title": "Reload tabs in this window"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"offline_enabled": true,
"version": "1.3.4"
} | |