Partizion
Organize, find, and manage your work in the browser.
Partizionคืออะไร?
Partizion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://partizion.io และคุณลักษณะหลักของมันคือ "Organize, find, and manage your work in the browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Partizion
ดาวน์โหลดไฟล์ส่วนขยาย Partizion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Organize, find, and manage your work in the browser. Partizion is on a mission to help you become as productive as possible and take back control of your work. Partizion allows you to create custom collections of tabs that you can open at any time, from anywhere. Stop wasting time finding tabs or opening up tabs from links buried in email, chat apps, and documents. Open up groups of tabs with one click. 💻 MANAGE TABS - Open up the extension window and see all of your open windows and tabs - Switch between tabs in an easy to read vertical view, close tabs you don’t need anymore - Save your whole session or select specific tabs to save 🧹 REDUCE CLUTTER Using multiple windows with 17 (and more) tabs in each is inefficient and unnecessary. Instantly open the tabs you need or switch between groups of tabs all in one click. 🗄️ ORGANIZE WORK Save tabs into collections and access them anytime. Split up your work into custom workspaces. Use workspaces for projects, tasks, workflows, meetings, dashboards, and anything else. 🔍 SEAMLESS SEARCH Quickly find open tabs or search past tabs instantly. Open the Partizion search from anywhere and find the resource you need with ease. ⏱️ FASTER SETUP Stop writing down links in notes or documents, emailing yourself links, or opening links in new tabs one by one. Access your collections of tabs from the browser and open up the tabs you need with one click. 🔄 RESTORE SESSIONS Ever want to return to a group of tabs or a particular tab from a couple days ago? Partizion automatically saves sessions that you close. You can then easily view or open them later. Learn more at https://www.partizion.io Support: [email protected] Guides: https://www.partizion.io/guides/tour Changelog: https://www.partizion.io/changelog
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Partizion |
ID | ldimfpkkjopddckaglpeakpaepclcljn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/partizion/ldimfpkkjopddckaglpeakpaepclcljn |
คำอธิบาย | Organize, find, and manage your work in the browser. |
ขนาดไฟล์ | 2.03 MB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 0.0.3.9 |
อัปเดตครั้งล่าสุด | 2023-03-20 |
วันที่เผยแพร่ | 2020-06-26 |
คะแนน | 4.47/5 รวมทั้งหมด 94 คะแนน |
ผู้พัฒนา | https://partizion.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.partizion.io/ |
URL หน้าช่วยเหลือ | https://www.partizion.io/guides |
URL หน้านโยบายความเป็นส่วนตัว | https://www.partizion.io/terms |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "short_name": "Partizion", "name": "Partizion", "author": "Partizion", "version": "0.0.3.9", "description": "Organize, find, and manage your work in the browser.", "icons": { "16": "16-circle.png", "48": "48-circle.png", "128": "128-circle.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "128-circle.png", "default_title": "Save to Partizion", "default_popup": "index.html" }, "commands": { "save-and-close-session": { "suggested_key": { "default": "Ctrl+Shift+Period", "mac": "Command+Shift+Period", "linux": "Ctrl+Shift+Period" }, "description": "Save and Close Session" }, "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" } }, "open-partizion-search": { "suggested_key": { "default": "Ctrl+Shift+K", "mac": "Command+Shift+K", "linux": "Ctrl+Shift+K" }, "description": "Open Partizion Search" }, "open-partizion-dashboard": { "suggested_key": { "default": "Ctrl+Shift+O", "mac": "Command+Shift+O", "linux": "Ctrl+Shift+O" }, "description": "Open Partizion Dashboard" } }, "permissions": [ "tabs", "storage", "sessions", "commands", "cookies", "system.display" ], "optional_permissions": [ "history" ], "host_permissions": [ "http:\/\/*.partizion.io\/*", "https:\/\/*.partizion.io\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.partizion.io\/*" ] } } |