Open Tabs
This extention helps you manage all open tabs on Chrome
什么是Open Tabs?
Open Tabs是由Gaurav Singh开发的Chrome扩展程序,该扩展的主要功能是“This extention helps you manage all open tabs on Chrome”。
扩展截图
下载Open Tabs扩展crx文件
下载Open Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Open Tabs Chrome Extension helps you list of all open tabs in your Chrome Browser. You can click on the item to go to that tab else use button to close the tab without leaving your current page. This extension will help users with lot of open tabs who find it hard to search for a particular tab among a large number of open tabs.
扩展基本信息
名称 | Open Tabs |
ID | oknojkefnapbaniiddklccemnekcfobm |
官方URL | https://chromewebstore.google.com/detail/open-tabs/oknojkefnapbaniiddklccemnekcfobm |
简介 | This extention helps you manage all open tabs on Chrome |
文件大小 | 37.51 KB |
安装次数 | 536 |
当前版本 | 1.0 |
更新时间 | 2014-10-09 |
上架时间 | 2014-10-09 |
评分 | 5.00/5 共7次评分 |
开发者 | Gaurav Singh |
付费类型 | free |
帮助页面URL | https://twitter.com/sgaurav_baghel |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Tabs", "description": "This extention helps you manage all open tabs on Chrome", "version": "1.0", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "newtab.html" } } |