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 |
官方網址 | 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" } } |