tabzen
Too many open tabs? Manage your tabs, regain your sanity and improve your browsing experience with tabzen
tabzenคืออะไร?
tabzen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tabzen.org และคุณลักษณะหลักของมันคือ "Too many open tabs? Manage your tabs, regain your sanity and improve your browsing experience with tabzen"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tabzen
ดาวน์โหลดไฟล์ส่วนขยาย tabzen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save and restore your tabs whenever you need them. Your saved tabs are organized in the familiar file system fashion. Similar to the browser bookmarks manager. Features - Organize your tabs in folders - Fuzzy search to easily find items even if you don't know the exact spelling - Omnibar search. Simply type "tz keyword" into the address bar to search for "keyword" in your saved tabs Select from the suggested results or press enter for more results - Drag and drop URLs and folder - Edit and add comment to URLs and folder - Export your saved tab to bookmarks HTML file - Import form bookmarks HTML file - Pinned tabs are reopened pinned - Tabs saved from private session reopen in private window by default USAGE Access the popup menu by clicking on the Tabzen logo on the toolbar, to the right of the address bar. The menu lists the open tabs and windows. Add and remove from your saved tabs. Conveniently switch between tabs and windows Shortcuts Alt+Shift+T Open tab manager Alt+Shift+A Save tabs in all opened windows Alt+T Save current tab Alt+A Save all tabs in current window Tabzen does not access anything other than your saved tabs. Tabzen does not access any external resources except for the Favicons for your saved tab generated by duckduckgo.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | tabzen |
ID | fkcljmgncjjkckdandfdodbgdefgbjep |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabzen/fkcljmgncjjkckdandfdodbgdefgbjep |
คำอธิบาย | Too many open tabs? Manage your tabs, regain your sanity and improve your browsing experience with tabzen |
ขนาดไฟล์ | 85.96 KB |
จำนวนการติดตั้ง | 1,754 |
เวอร์ชันปัจจุบัน | 0.2.8 |
อัปเดตครั้งล่าสุด | 2018-09-21 |
วันที่เผยแพร่ | 2018-09-21 |
คะแนน | 4.05/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | https://www.tabzen.org |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.tabzen.org/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tabzen", "version": "0.2.8", "description": "Too many open tabs? Manage your tabs, regain your sanity and improve your browsing experience with tabzen", "homepage_url": "http:\/\/tabzen.org", "incognito": "spanning", "icons": { "16": "images\/logo16.png", "48": "images\/logo.png", "128": "images\/logo128.png" }, "background": { "scripts": [ "js\/common.js", "js\/background.js" ] }, "browser_action": { "default_title": "tabzen", "default_popup": "html\/popup-menu.html", "default_icon": "images\/logo.png" }, "omnibox": { "keyword": "tz" }, "commands": { "showSavedTabs": { "suggested_key": { "default": "Alt+Shift+T" }, "description": "Show save tabs" }, "saveCurrentTab": { "suggested_key": { "default": "Alt+T" }, "description": "Save current tab" }, "saveCurrentWindow": { "suggested_key": { "default": "Alt+A" }, "description": "Save current window" }, "saveAllWindows": { "suggested_key": { "default": "Alt+Shift+A" }, "description": "Save all windows" } }, "permissions": [ "storage", "tabs" ], "optional_permissions": [ "downloads" ] } |