Refresh 'Em All
Refresh all tabs in Current Window. Whopping seven lines of code — no crap.
什么是Refresh 'Em All?
Refresh 'Em All是由Ciantic开发的Chrome扩展程序,该扩展的主要功能是“Refresh all tabs in Current Window. Whopping seven lines of code — no crap.”。
扩展截图
下载Refresh 'Em All扩展crx文件
下载Refresh 'Em All扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Refresh or reload all tabs in current window.
No new functionality will be ever introduced. Icon changes may come in future, if necessary. 扩展基本信息
| 名称 | |
| ID | iaoghbeamaalcgoembjppfekhelajipd |
| 官方URL | https://chromewebstore.google.com/detail/refresh-em-all/iaoghbeamaalcgoembjppfekhelajipd |
| 简介 | Refresh all tabs in Current Window. Whopping seven lines of code — no crap. |
| 文件大小 | 21.65 KB |
| 安装次数 | 610 |
| 当前版本 | 0.9.2 |
| 更新时间 | 2014-11-02 |
| 上架时间 | 2014-11-02 |
| 评分 | 4.73/5 共15次评分 |
| 开发者 | Ciantic |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Refresh 'Em All",
"version": "0.9.2",
"description": "Refresh all tabs in Current Window. Whopping seven lines of code \u2014 no crap.",
"background": {
"scripts": [
"background.js"
]
},
"manifest_version": 2,
"icons": {
"48": "app.png",
"128": "app.png"
},
"browser_action": {
"default_icon": "action.png",
"default_title": "Refresh all tabs in this window"
}
} | |