Categorize Tabs
Group Tabs by domain
Categorize Tabsとは何ですか?
Categorize Tabsはyibingshiによって開発されたChromeの拡張機能で、その主な機能は「Group Tabs by domain」です。
拡張機能のスクリーンショット
Categorize Tabs拡張機能のCRXファイルをダウンロード
Categorize Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension to categorize opened tabs by domain name for quick access. Also, you can quickly copy tab link to send to someone, pin/bookmark/close tabs, and move tabs that have same domain name to a new window. Options for access all opened windows, search bar and drag & drop features are coming soon. If you have any suggestions or concerns, feel free to send me an email. * Credit to Kelig Le Luron from the Noun Project & Freepik from Flaticon for the icons
拡張機能の基本情報
名前 | Categorize Tabs |
ID | oefogamggbofaeonfmkigobeflejjgei |
公式URL | https://chromewebstore.google.com/detail/categorize-tabs/oefogamggbofaeonfmkigobeflejjgei |
説明 | Group Tabs by domain |
ファイルサイズ | 110 KB |
インストール数 | 53 |
現在のバージョン | 0.3 |
最終更新日 | 2019-01-03 |
公開日 | 2019-01-03 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | yibingshi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/NathanShi/group-tabs |
ヘルプページのURL | https://github.com/NathanShi/group-tabs/pulls |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Categorize Tabs", "version": "0.3", "description": "Group Tabs by domain", "permissions": [ "tabs", "activeTab", "bookmarks", "clipboardWrite" ], "background": { "scripts": [ ".\/scripts\/background.js" ], "persistent": false }, "manifest_version": 2, "browser_action": { "default_popup": ".\/public\/popup.html", "default_icon": { "16": "images\/launch_16.png", "32": "images\/launch_32.png", "48": "images\/launch_48.png", "128": "images\/launch_128.png" }, "persistent": false }, "icons": { "16": "images\/launch_16.png", "32": "images\/launch_32.png", "48": "images\/launch_48.png", "128": "images\/launch_128.png" } } |