Tab Grouper
Group tabs for one-click access! Copy all open tabs to clipboard with a single click.
Tab Grouperとは何ですか?
Tab Grouperはlerxstによって開発されたChromeの拡張機能で、その主な機能は「Group tabs for one-click access! Copy all open tabs to clipboard with a single click.」です。
拡張機能のスクリーンショット
Tab Grouper拡張機能のCRXファイルをダウンロード
Tab Grouper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save currently opened tabs for accessing later. Save any number of groups with any number of tabs! • To save a set of tabs : 1. Right-click anywhere on the webpage and click 'Save Tabs' in the context menu. 2. Enter the group name and click 'Ok' to save. (Keyboard shortcut : 'Shift+Ctrl+m'. Modify shortcut combinations in Tools->Extensions) • Click on the TabGrouper icon in the toolbar to access the saved groups. Use the TabGrouper options to manage groups. • In the TabGrouper popup, use the clipboard icon to copy all the open tabs and their URLs to the clipboard.
拡張機能の基本情報
名前 | |
ID | glfmdmkkhokfolknaabkokpcibhlagen |
公式URL | https://chrome.google.com/webstore/detail/tab-grouper/glfmdmkkhokfolknaabkokpcibhlagen |
説明 | Group tabs for one-click access! Copy all open tabs to clipboard with a single click. |
ファイルサイズ | 91.91 KB |
インストール数 | 824 |
現在のバージョン | 0.9.4 |
最終更新日 | 2015-03-12 |
公開日 | 2015-03-12 |
評価 | 3.93/5 合計 14 レビュー |
開発者 | lerxst |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Grouper", "version": "0.9.4", "description": "Group tabs for one-click access! Copy all open tabs to clipboard with a single click.", "background": { "scripts": [ "bginit.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": "\/images\/icon48.png", "default_title": "TabGrouper" }, "commands": { "toggle-feature": { "suggested_key": { "default": "Ctrl+Shift+T" }, "description": "Save the current group of tabs." } }, "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "permissions": [ "tabs", "contextMenus", "notifications", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |