One Tab Group - Tab/Tab Group Manager
Your all-in-one tab/tab group manager that helps you effectively manage and organize your tabs/tab groups
One Tab Group - Tab/Tab Group Managerคืออะไร?
One Tab Group - Tab/Tab Group Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onetab.group และคุณลักษณะหลักของมันคือ "Your all-in-one tab/tab group manager that helps you effectively manage and organize your tabs/tab groups"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One Tab Group - Tab/Tab Group Manager
ดาวน์โหลดไฟล์ส่วนขยาย One Tab Group - Tab/Tab Group Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
One Tab Group is a Chrome extension alternative to OneTab/Session Buddy, that allows you to manage your tabs & tab groups in one place. One click to aggregate all tabs & tab groups into one session.
✨ Features
- ⚡️ Organise tabs & tab groups efficiently
- 🖼️ Master Your Open Windows
- ✨ See all your open windows at a glance
- 💾 Save tabs into sessions for later access
- 🗂️ Save/Restore/Reorganise tabs, even tab groups
- in the current window
- in a new window
- restore and suspend tabs to save memory
- 🔄 Synchronizes your browser tabs & tab groups
- 🤏 Reorganize tab sessions use Drag & Drop with ease
- ⌨️ Command `K` Interface - easily explore the all tabs & tab groups.
- 🏷️ Visual Web Bookmark - Turn a link into a visual web bookmark with a beautiful QRCode, that you can share with others.
- 🔲 Single Column View | Double Columns View | Timeline View
- 🌛 Dark Mode Support
- 🌍 i18n Support
- 💾 Session Backup Solution
- 📑 Save your session as a JSON file
- 📧 Send your session to your email (Sign-in)
- 📥 Support migrating solution
- 🔖 Support for migrating tabs data from `OneTab` to `One Tab Group`
- 🔖 Support for migrating tabs data from `SessionBuddy` to `One Tab Group`
- 🔍 Search all tabs quickly using fuzzy search
- 🧹 Suspend open tabs to save memory
- ☁️ Auto Cloud Sync with Sign in
- ❤️ Bookmark your favorite sessions
- ✨ Share Sessions as a link with anyone ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lajbajamkpmkmldodfbljkjihppdclbm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/one-tab-group-tabtab-grou/lajbajamkpmkmldodfbljkjihppdclbm |
| คำอธิบาย | Your all-in-one tab/tab group manager that helps you effectively manage and organize your tabs/tab groups |
| ขนาดไฟล์ | 1.02 MB |
| จำนวนการติดตั้ง | 6,582 |
| เวอร์ชันปัจจุบัน | 2.1.3 |
| อัปเดตครั้งล่าสุด | 2023-12-25 |
| วันที่เผยแพร่ | 2022-07-11 |
| คะแนน | 4.08/5 รวมทั้งหมด 112 คะแนน |
| ผู้พัฒนา | https://onetab.group |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.onetab.group |
| URL หน้าช่วยเหลือ | https://www.onetab.group/#faqs |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.onetab.group/privacy-policy |
| ภาษาที่รองรับ | en,fr,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_extName__",
"version": "2.1.3",
"description": "__MSG_extDesc__",
"action": {
"default_title": "__MSG_actionName__"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"sendCurrentTab": {
"suggested_key": {
"default": "Ctrl+Shift+C",
"mac": "Command+Shift+C"
},
"description": "__MSG_sendCurrentTab__"
},
"sendAllTabs": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "Command+Shift+E"
},
"description": "__MSG_sendAllTabs__"
},
"sendHighlightedTabs": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "__MSG_sendHighlightedTabs__"
},
"openAction": {
"suggested_key": {
"default": "Ctrl+Shift+1",
"mac": "Command+Shift+1"
},
"description": "__MSG_openOTG__",
"global": true
}
},
"icons": {
"16": ".\/assets\/icon-16.png",
"32": ".\/assets\/icon-32.png",
"48": ".\/assets\/icon-48.png",
"128": ".\/assets\/icon-128.png"
},
"permissions": [
"tabs",
"storage",
"tabGroups",
"contextMenus"
],
"host_permissions": [
"https:\/\/www.onetab.group\/api"
],
"externally_connectable": {
"matches": [
"https:\/\/www.onetab.group\/*"
]
},
"optional_permissions": [
"*:\/\/*\/*"
],
"content_security_policy": []
} | |