The Great Grouper
Flooded with tabs? Store them easily into groups, reopen them whenever you feel like it.
The Great Grouperとは何ですか?
The Great Grouperはindielives010によって開発されたChromeの拡張機能で、その主な機能は「Flooded with tabs? Store them easily into groups, reopen them whenever you feel like it.」です。
拡張機能のスクリーンショット
The Great Grouper拡張機能のCRXファイルをダウンロード
The Great Grouper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
***NEW FEATURES*** - can now store tabs locally and reopen them offline - automatically adds created groups to bookmarks - improved User Interface - added German as a language :) Are you one of those persons who always have at least 20 tabs open? "The Great Grouper" is a free and open-source extension, helping you to deal with amassing tabs by storing them into groups. Being fancier, quicker and easier-to-use than the native bookmarks or OneTab, it allows you to swiftly select the tabs you want to conserve, save and restore them at any time you wish, even after reopening the browser. Give your CPU some rest, clean up to 95% of your browser memory and tidy up your window with this nifty little extension.
拡張機能の基本情報
名前 | The Great Grouper |
ID | pjkamnkpdfckpgjdlpebdnfgiecgfglj |
公式URL | https://chromewebstore.google.com/detail/the-great-grouper/pjkamnkpdfckpgjdlpebdnfgiecgfglj |
説明 | Flooded with tabs? Store them easily into groups, reopen them whenever you feel like it. |
ファイルサイズ | 778 KB |
インストール数 | 744 |
現在のバージョン | 2.0 |
最終更新日 | 2016-08-05 |
公開日 | 2016-08-05 |
評価 | 4.20/5 合計 10 レビュー |
開発者 | indielives010 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/derAnfaenger/thegreatgrouper |
ヘルプページのURL | https://github.com/derAnfaenger/thegreatgrouper |
対応言語 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.0", "manifest_version": 2, "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "background": { "scripts": [ "scripts\/popup.js", "scripts\/background.js", "scripts\/ui\/bg\/index.js", "scripts\/ui\/bg\/config.js", "scripts\/ui\/bg\/background.js" ] }, "permissions": [ "tabs", "storage", "unlimitedStorage", " |