tabby
A simple Chrome extension to reign in those with bad tabits.
tabbyคืออะไร?
tabby เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emily Malec Brown และคุณลักษณะหลักของมันคือ "A simple Chrome extension to reign in those with bad tabits."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tabby
ดาวน์โหลดไฟล์ส่วนขยาย tabby ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension keeps track of your exact (same url), and soft (same hostname) tab duplicates and gives you the ability to quickly close them. If you're feeling brave, you can also close all tabs at once, only retaining your current active tab and any pinned tabs. The toolbar icon changes from a kitten to a pesky alert icon when your browsing is getting out of hand (in this version greater than 7 tabs), and also sounds a blowhorn.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | tabby |
ID | dplangmakkhocklhogiakliaegcgmdca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabby/dplangmakkhocklhogiakliaegcgmdca |
คำอธิบาย | A simple Chrome extension to reign in those with bad tabits. |
ขนาดไฟล์ | 1.4 MB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2016-10-06 |
วันที่เผยแพร่ | 2016-10-05 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Emily Malec Brown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/emilymalecbrown/tabby |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tabby", "version": "2.0", "manifest_version": 2, "description": "A simple Chrome extension to reign in those with bad tabits.", "icons": { "128": ".\/img\/tabby_128.png", "16": ".\/img\/tabby_16.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "tabby" }, "minimum_chrome_version": "18", "permissions": [ "tabs", "notifications", "storage" ], "background": { "scripts": [ ".\/js\/app\/popup.js" ] } } |