Tab Group
Organize your tabs
Tab Groupとは何ですか?
Tab GroupはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Organize your tabs」です。
拡張機能のスクリーンショット
Tab Group拡張機能のCRXファイルをダウンロード
Tab Group拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tab Group allows users to create groupings of links/urls/internet pages. Users can easily create new groupings by entering a name and description for the group and adding links to them. They can also pull all the links from currently opened tabs. Users can choose to open the items within the indicated grouping all at once in different tabs. Very useful when opening the browser depending on specific purposes (groups can contain things you might want to differentiate ie: fun and games, work, coding, readings, art history class, trip planning).
拡張機能の基本情報
名前 | Tab Group |
ID | fdagimofkjchlmpjdgafapdkhdejfgfj |
公式URL | https://chromewebstore.google.com/detail/tab-group/fdagimofkjchlmpjdgafapdkhdejfgfj |
説明 | Organize your tabs |
ファイルサイズ | 15.1 KB |
インストール数 | 83 |
現在のバージョン | 1.1 |
最終更新日 | 2014-10-17 |
公開日 | 2014-10-17 |
評価 | 2.00/5 合計 6 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/JessicaFu/TabGroup |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Group", "version": "1.1", "description": "Organize your tabs", "browser_action": { "default_icon": "images\/new_directory.png", "default_popup": "tabGroups.html" }, "permissions": [ "tabs" ] } |