Vertical Tabs & Bookmarks
Vertical grouping of tabs, quick search in favorites and in the history of page views
Vertical Tabs & Bookmarksคืออะไร?
Vertical Tabs & Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Develop Extensions และคุณลักษณะหลักของมันคือ "Vertical grouping of tabs, quick search in favorites and in the history of page views"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vertical Tabs & Bookmarks
ดาวน์โหลดไฟล์ส่วนขยาย Vertical Tabs & Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Convenient navigation through tabs, search for open tabs, search in favorites. + Add tags for quick search. Easy interface, and fast speed version 1.14.* - stable version Added history. Increased speed and improved styles. 1.14.3 Improved response speed. 1.14.4 Fix bugs. 1.14.5 Styles and functional. 1.14.6 Fixed search in bookmarks. 1.14.7-8 Added sorting tabs, removing duplicate bookmarks and customizing the interface. 1.14.9 fix bugs 1.14.10 Number of open tabs added to the icon Button added to tabs, add remove tab in bookmarks Second click disables tag 1.14.11 1) increased window height 2) added tabs animation 3) scroll saved in tabs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Vertical Tabs & Bookmarks |
ID | oedoaajapfkjmgicngblombignfbemko |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vertical-tabs-bookmarks/oedoaajapfkjmgicngblombignfbemko |
คำอธิบาย | Vertical grouping of tabs, quick search in favorites and in the history of page views |
ขนาดไฟล์ | 55.6 KB |
จำนวนการติดตั้ง | 2,714 |
เวอร์ชันปัจจุบัน | 1.14.11 |
อัปเดตครั้งล่าสุด | 2020-01-06 |
วันที่เผยแพร่ | 2019-12-26 |
คะแนน | 4.46/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | Develop Extensions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,fr,es,ru,ar,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.14.11", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "img\/vt.png" }, "permissions": [ "tabs", "bookmarks", "history", "chrome:\/\/favicon\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_title": "__MSG_extName__", "default_icon": "img\/vt.png", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |