GroupMark - Enhanced Tab Groups
Unlock the full potential of Chrome tab groups.
GroupMark - Enhanced Tab Groupsคืออะไร?
GroupMark - Enhanced Tab Groups เป็นส่วนขยายของ Chrome ที่พัฒนาโดย francesco และคุณลักษณะหลักของมันคือ "Unlock the full potential of Chrome tab groups."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GroupMark - Enhanced Tab Groups
ดาวน์โหลดไฟล์ส่วนขยาย GroupMark - Enhanced Tab Groups ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of having countless tabs cluttering your Chrome browser? Searching for a seamless solution to manage and access your favorite websites effortlessly? Look no further! GroupMark is the must-have Chrome Extension you've been waiting for. 🌟 Simplify Your Browsing Experience GroupMark empowers you to regain control of your web browsing by allowing you to create and manage tab groups with ease. Say goodbye to tab overload, and hello to a more organized and efficient online experience. 📂 Create and Name Tab Groups With GroupMark, you can create custom tab groups, each with a unique name and color for easy identification. Whether it's work-related research, shopping lists, or entertainment sites, you can organize your tabs according to your preferences. 🖌️ Customize with Colors Color-code your tab groups for quick recognition and effortless navigation. No more hunting through tabs; simply select the color that corresponds to your desired group, and you're on your way. 🔗 Save URLs and Access Them Instantly GroupMark allows you to add specific URLs to each tab group. Upon clicking the group's button, all the associated websites will open simultaneously, saving you valuable time and effort. 🚀 Boost Your Productivity GroupMark enhances your productivity by streamlining your browsing tasks. Whether you're working on multiple projects, planning your next vacation, or organizing your online resources, this extension is your secret weapon for improved efficiency. 👍 Key Features: Create, name, and color-code tab groups. Add and manage URLs within each group. Access your favorite websites instantly with a single click. Customize your browsing experience for improved organization. Say goodbye to cluttered tabs and hello to a more productive online life. Don't let chaotic tab management slow you down. Experience the revolution in web browsing with GroupMark! Try it today and discover the joys of organized, efficient browsing. Get started now and transform your Chrome experience. Download GroupMark from the Chrome Web Store and take control of your tabs like never before. Say hello to a more organized, productive, and enjoyable online journey!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GroupMark - Enhanced Tab Groups |
ID | mdgllalimgngccepbdbapaklheoenabo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/groupmark-enhanced-tab-gr/mdgllalimgngccepbdbapaklheoenabo |
คำอธิบาย | Unlock the full potential of Chrome tab groups. |
ขนาดไฟล์ | 1.24 MB |
จำนวนการติดตั้ง | 168 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2023-11-06 |
วันที่เผยแพร่ | 2023-10-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | francesco |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.buymeacoffee.com/372ncesco |
URL หน้าช่วยเหลือ | https://www.buymeacoffee.com/372ncesco |
ภาษาที่รองรับ | de,en,fr,es,it,pt-PT,hi,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "version": "1.0.3", "description": "__MSG_extension_description__", "default_locale": "en", "permissions": [ "tabs", "tabGroups", "storage", "downloads" ], "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "action": { "default_popup": "popup.html", "default_title": "GroupMark", "default_icon": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" } }, "background": { "service_worker": "background.js", "type": "module" }, "commands": { "open_tab_group_1": { "suggested_key": { "windows": "Alt+Shift+1", "mac": "Alt+Shift+1", "chromeos": "Alt+Shift+1", "linux": "Alt+Shift+1" }, "description": "Open the first tab group" }, "open_tab_group_2": { "suggested_key": { "windows": "Alt+Shift+2", "mac": "Alt+Shift+2", "chromeos": "Alt+Shift+2", "linux": "Alt+Shift+2" }, "description": "Open the second tab group" }, "open_tab_group_3": { "suggested_key": { "windows": "Alt+Shift+3", "mac": "Alt+Shift+3", "chromeos": "Alt+Shift+3", "linux": "Alt+Shift+3" }, "description": "Open the third tab group" }, "open_tab_group_4": { "suggested_key": { "windows": "Alt+Shift+4", "mac": "Alt+Shift+4", "chromeos": "Alt+Shift+4", "linux": "Alt+Shift+4" }, "description": "Open the fourth tab group" } } } |