TabHub: Next-generation Tab Manager
A next-generation tab manager. Manage tabs on cloud, track browsing time efficiently and reduce browser memory usage.
TabHub: Next-generation Tab Managerคืออะไร?
TabHub: Next-generation Tab Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tabhub.io และคุณลักษณะหลักของมันคือ "A next-generation tab manager. Manage tabs on cloud, track browsing time efficiently and reduce browser memory usage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabHub: Next-generation Tab Manager
ดาวน์โหลดไฟล์ส่วนขยาย TabHub: Next-generation Tab Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Introducing TabHub, your browser productivity tool that helps you manage browsing sessions, tabs and ultimately track your time while giving insights into your browsing effectiveness. No more constant context switch and productive procrastination: spending hours online just to forget what you set out to do in the first place! Let’s browse intentionally! No sign-in and up-front credit card required. Core Features: 📍 Tab & Session Manager Effortlessly manage your tabs and sessions for a clutter-free browsing experience. ✅ Track all tabs in different windows ✅ Save/Open multiple tabs at once ✅ Suspend tabs to reduce memory usage ✅ Remove duplicate tabs ✅ Chrome Bookmark synchronization ✅ Sort tabs ✅ Pin tabs ✅ Smart Group your Chrome tabs with AI ✅ Groups saved as hierarchical/multi-level folders in repository, resembling your bookmark ✅ Search on web to collect all links within your URL ✅ Available in Column Mode & Table Mode ✅ Support both local and cloud storage 📍 Time Tracker Monitor website visits, track time spent, and motivate yourself with valuable insights. ✅ Visualization 👉 Casual Mode: ✅ Track time spent on each tabs ✅ Track session activity ✅ Identify least used tabs 👉 Focus Mode: ✅ Set session-browsing time and goal ✅ Track progress ✅ Tabs visited categorization ✅ Insights: whether tabs visited satisfy the goal 📍 Collaborate with workspaces and explore Monitor website visits, track time spent, and motivate yourself with valuable insights. ✅ Cloud synchronization ✅ Add members to your workspace with multiple roles (moderator, member, contributor, owner) ✅ Private/Public Mode ✅ Instantly share your tabs with one link ✅ Explore public workspaces/repositories. ------------------------------------------------------------------------------------------------ 📍 Visit our Web App: https://app.tabhub.io 🔗 Visit our Landing page: https://tabhub.io 🤩 Visit our Twitter (@tabhub.io): https://twitter.com/tabhub_io 📱 Visit our Product Hunt (and give upvotes if you would like to support us 👀): https://www.producthunt.com/products/tabhub
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TabHub: Next-generation Tab Manager |
ID | lmofhhaibahhojhinmpgmifdmennlcjn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabhub-next-generation-ta/lmofhhaibahhojhinmpgmifdmennlcjn |
คำอธิบาย | A next-generation tab manager. Manage tabs on cloud, track browsing time efficiently and reduce browser memory usage. |
ขนาดไฟล์ | 467 KB |
จำนวนการติดตั้ง | 477 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2023-08-07 |
วันที่เผยแพร่ | 2023-07-06 |
คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://tabhub.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://www.tabhub.io |
URL หน้าช่วยเหลือ | https://docs.tabhub.io |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.tabhub.io/other/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.4", "name": "TabHub: Next-generation Tab Manager", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuusdYYLtdnHxfuhnfCQZHBInWRZpKougCXWaQlTXVWEP9lO2NeqcvZ7ryM6L0Ta9S1JkNkUSjVPsRGVtC0dngX16ZsGPl3ETWGr7FykFmE0LfwhvdCvuc1s2DIDaves20OKO17yd2PTR8k2b4NauWDnCQUAwufqjxTdI6d8xP1x+u7v3xzCsX7JdsYRoDQtoWUgPeWaA3g7Og8KM8bf\/27OHaGrCWCrB7VwFJINk\/VjsVKSOp7v+fu5wiAW5Rq6kPmaL9Pr5Y1jDIp3L1PfFiT30c\/xs5amB4x9lkjaps5\/4S2VU26ke0hpE\/FwcMiVoBYW5OQjN8Xth\/FxBJ4+LBwIDAQAB", "description": "A next-generation tab manager. Manage tabs on cloud, track browsing time efficiently and reduce browser memory usage.", "action": { "default_icon": "mock-logo.png" }, "permissions": [ "tabs", "storage", "tabGroups" ], "optional_permissions": [ "bookmarks", "history" ], "background": { "service_worker": "background.js" }, "externally_connectable": { "id": [ "lmofhhaibahhojhinmpgmifdmennlcjn" ], "matches": [ "https:\/\/app.tabhub.io\/*" ], "accepts_tls_channel_id": false }, "content_scripts": [ { "matches": [ "https:\/\/app.tabhub.io\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "mock-logo.png" }, "web_accessible_resources": [ { "resources": [ "mock-logo.png" ], "matches": [] } ], "commands": { "_open_extension": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" }, "global": true, "description": "Shortcut to open extension" } } } |