Bookmark group tabs
Bookmark in a folder all the tabs of a group
Bookmark group tabsとは何ですか?
Bookmark group tabsはthomasmondor01によって開発されたChromeの拡張機能で、その主な機能は「Bookmark in a folder all the tabs of a group」です。
拡張機能のスクリーンショット
Bookmark group tabs拡張機能のCRXファイルをダウンロード
Bookmark group tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you have used Chrome's grouping feature, you probably experienced wanting to close a group of tabs without losing them. You then had to create a bookmark for each and every one of the tabs in the group. And it probably annoyed you :) You might know that by right-clicking on a bookmarks folder, you can open all its tabs in a group, which even gets the name of the folder. This extension allows you to do the opposite : by clicking on the extension's icon (top right corner of your screen), a folder containing the group's tabs is automatically created in your bookmarks bar, with the title of the group as title. To do so, the currently open tab simply needs to be in the desired group when you click on the extension's icon. You can then quickly move this new folder to the folder or location that suits you!
拡張機能の基本情報
名前 | Bookmark group tabs |
ID | kndieddefnlofcgjljoagkgmnclmkjhh |
公式URL | https://chromewebstore.google.com/detail/bookmark-group-tabs/kndieddefnlofcgjljoagkgmnclmkjhh |
説明 | Bookmark in a folder all the tabs of a group |
ファイルサイズ | 6.92 KB |
インストール数 | 102 |
現在のバージョン | 1.1 |
最終更新日 | 2022-05-26 |
公開日 | 2022-05-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | thomasmondor01 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark group tabs", "version": "1.1", "manifest_version": 3, "description": "Bookmark in a folder all the tabs of a group", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "48": "icon48.png", "128": "icon128.png" }, "default_title": "Click to bookmark the current tab's group" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "tabGroups", "bookmarks" ] } |