The Great Grouper
Flooded with tabs? Store them easily into groups, reopen them whenever you feel like it.
The Great Grouperคืออะไร?
The Great Grouper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย indielives010 และคุณลักษณะหลักของมันคือ "Flooded with tabs? Store them easily into groups, reopen them whenever you feel like it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Great Grouper
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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", " |