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" } } |