New Tab in Group
Opens a new tab in the current group via keyboard shortcut
New Tab in Groupとは何ですか?
New Tab in GroupはToby Wolff-Maritzによって開発されたChromeの拡張機能で、その主な機能は「Opens a new tab in the current group via keyboard shortcut」です。
拡張機能のスクリーンショット
New Tab in Group拡張機能のCRXファイルをダウンロード
New Tab in Group拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension that opens a new tab in the current tab group using a shortcut. Windows: Ctrl+Shift+Y Mac: Command+Shift+Y Chrome OS: Ctrl+Shift+U Linux: Ctrl+Shift+J
拡張機能の基本情報
名前 | |
ID | cgcjmikekhoocfjbihnklkpfapmgjboi |
公式URL | https://chromewebstore.google.com/detail/new-tab-in-group/cgcjmikekhoocfjbihnklkpfapmgjboi |
説明 | Opens a new tab in the current group via keyboard shortcut |
ファイルサイズ | 9.3 KB |
インストール数 | 63 |
現在のバージョン | 0.0.1 |
最終更新日 | 2022-07-25 |
公開日 | 2022-07-23 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Toby Wolff-Maritz |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/tmaritz/chrome-extension-new-tab-in-group |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab in Group", "version": "0.0.1", "description": "Opens a new tab in the current group via keyboard shortcut", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": [], "commands": { "_execute_action": { "suggested_key": { "windows": "Ctrl+Shift+Y", "mac": "Command+Shift+Y", "chromeos": "Ctrl+Shift+U", "linux": "Ctrl+Shift+J" } } }, "icons": { "16": "assets\/layer-plus16.png", "32": "assets\/layer-plus32.png", "64": "assets\/layer-plus64.png", "128": "assets\/layer-plus128.png" } } |