Groups
Allows you to group several links and open it by one click
Groupsとは何ですか?
Groupsはhttps://qmegas.infoによって開発されたChromeの拡張機能で、その主な機能は「Allows you to group several links and open it by one click」です。
拡張機能のスクリーンショット
Groups拡張機能のCRXファイルをダウンロード
Groups拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin allows you to group links and open it by one click. It's like bookmarks, but by one item you store several links. Each link opens in separate tab. New in version 0.6.1 ----------------------------- - Updating manifest file, now extension available for installation again. New in version 0.5.2 ----------------------------- - Added: Showing link's favicon New in version 0.5.1 ----------------------------- - Added: option "Sort groups by name" New in version 0.5 --------------------------- - Added: option "Add all opened tabs as new group" - Fix: style fixes
拡張機能の基本情報
名前 | Groups |
ID | bbeddpigbemdnahhkecignbfjpdfnpea |
公式URL | https://chromewebstore.google.com/detail/groups/bbeddpigbemdnahhkecignbfjpdfnpea |
説明 | Allows you to group several links and open it by one click |
ファイルサイズ | 65.94 KB |
インストール数 | 238 |
現在のバージョン | 0.6.1 |
最終更新日 | 2018-06-21 |
公開日 | 2018-06-21 |
評価 | 4.50/5 合計 8 レビュー |
開発者 | https://qmegas.info |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Groups", "version": "0.6.1", "description": "Allows you to group several links and open it by one click", "permissions": [ "tabs", "chrome:\/\/favicon\/" ], "browser_action": { "default_title": "Groups", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |