Refresh All Tabs
This extension will refresh all open tabs.
什么是Refresh All Tabs?
Refresh All Tabs是由http://nl2bryourmind.co.za开发的Chrome扩展程序,该扩展的主要功能是“This extension will refresh all open tabs.”。
下载Refresh All Tabs扩展crx文件
下载Refresh All Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Refresh all your tabs, at the click of a button.
扩展基本信息
名称 | |
ID | nhbpinlffgpokedhcogkocafmdffipjb |
官方URL | https://chrome.google.com/webstore/detail/refresh-all-tabs/nhbpinlffgpokedhcogkocafmdffipjb |
简介 | This extension will refresh all open tabs. |
文件大小 | 30.67 KB |
安装次数 | 613 |
当前版本 | 1.0 |
更新时间 | 2014-09-22 |
上架时间 | 2014-09-22 |
评分 | 5.00/5 共7次评分 |
开发者 | http://nl2bryourmind.co.za |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Refresh All Tabs", "description": "This extension will refresh all open tabs.", "version": "1.0", "short_name": "Refresh All Tabs", "permissions": [ "tabs" ], "author": "Llewellyn Collins", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |