TabGraph
Track and graph how many tabs you have open.
TabGraphคืออะไร?
TabGraph เป็นส่วนขยายของ Chrome ที่พัฒนาโดย psc และคุณลักษณะหลักของมันคือ "Track and graph how many tabs you have open."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabGraph
ดาวน์โหลดไฟล์ส่วนขยาย TabGraph ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Track and graph how many tabs you have open in Chrome. Extension icon shows a counter of how many tabs are open. The background color adjusts to let you know if you're near your max. Clicking on the icon opens up a graph that shows your tab open and close history. Source code: https://github.com/paulcretu/TabGraph Changelog: 1.0.1 - Clicking on icon now closes the popup if it's open 1.0.0 - Initial release
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iccoccncfjfmlkdigkefipjfndkmagng |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tabgraph/iccoccncfjfmlkdigkefipjfndkmagng |
คำอธิบาย | Track and graph how many tabs you have open. |
ขนาดไฟล์ | 324 KB |
จำนวนการติดตั้ง | 117 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2014-03-12 |
วันที่เผยแพร่ | 2014-03-12 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | psc |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabGraph", "version": "1.0.1", "description": "Track and graph how many tabs you have open.", "browser_action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |