Tab-Sidebar
Adds a little Browser-Button which opens a Window in which you can order, arrange and highlight Tabs and Windows and much more
Tab-Sidebarคืออะไร?
Tab-Sidebar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://heithe.com และคุณลักษณะหลักของมันคือ "Adds a little Browser-Button which opens a Window in which you can order, arrange and highlight Tabs and Windows and much more"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab-Sidebar
ดาวน์โหลดไฟล์ส่วนขยาย Tab-Sidebar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Visit my Website/Blog for further details: http://www.heithe.com # Update from 1.3 to 1.3.2 - Changelog inside Extension - Fixed Favicon-Bug - Added ability to change the title of a separator - a click on it rotates the title from a predefined list which can for now be defined only through the javascript-console: localStorage.tab_sidebar_sep_titles = JSON.stringify(["title1", "title2", "title3", "and so on"]) - Added ability to change the top-marging of the separators through javascript-console: localStorage.tab_sidebar_sep_margin_top = "10px" - Some minor bug-fixes # Update from 1.2 to 1.3 - Changelog inside Extension This Extension opens a new Window after clicking on its button which can be used Sidebar-like. In this Window you will find all Windows and Tabs sorted in Tabs/Registers from which you can drag'n'drop them inside and between Windows. You can also create/remove Tabs/Separators/Windows, make them Active, resort them, and so on. To bring a Window to front, just double-click the Window-Tab. The main Idea was to create a little Sidebar in which Tabs can be marked (click the heart-icon) as important to find them faster between the not-so-important-but-keep-them-open-Tabs. The 2nd Problem I had was that i often use my primary monitor in portrait mode and get in troube with the Tab titles who shrink because of the many tabs I have open. Now I can use this Extension on my secondary monitor and use it instead of the Chrome-Tabbar and so I'm always able to read the Tab titles. Thats it for now, if you would like to give feedback, found bugs or have feature-requests please write me a mail: heithe01+chrtsb at gmail dot com If you like this Extension, please rate it and share it with others :) If you don't like it because of a missfunction or anything else, please contact me before down-voting so I can fix the problem ;)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab-Sidebar |
ID | egmcoemabahnkbkfgdifiafkhebcfpfo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-sidebar/egmcoemabahnkbkfgdifiafkhebcfpfo |
คำอธิบาย | Adds a little Browser-Button which opens a Window in which you can order, arrange and highlight Tabs and Windows and much more |
ขนาดไฟล์ | 108 KB |
จำนวนการติดตั้ง | 1,679 |
เวอร์ชันปัจจุบัน | 1.3.2.3 |
อัปเดตครั้งล่าสุด | 2013-06-25 |
วันที่เผยแพร่ | 2013-06-25 |
คะแนน | 4.13/5 รวมทั้งหมด 31 คะแนน |
ผู้พัฒนา | https://heithe.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.heithe.com/blog/ |
URL หน้าช่วยเหลือ | http://www.heithe.com/blog/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icons\/tab_sidebar_logo_16.png", "default_title": "Open the Tab-Sidebar-Window" }, "description": "Adds a little Browser-Button which opens a Window in which you can order, arrange and highlight Tabs and Windows and much more", "icons": { "128": "img\/icons\/tab_sidebar_logo_128.png", "16": "img\/icons\/tab_sidebar_logo_16.png", "48": "img\/icons\/tab_sidebar_logo_48.png" }, "manifest_version": 2, "name": "Tab-Sidebar", "permissions": [ "tabs", "chrome:\/\/favicon\/" ], "version": "1.3.2.3" } |