TabStats
TabStats is a basic chrome extension that tracks the number of open tabs in chrome.
TabStatsคืออะไร?
TabStats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peetahzee และคุณลักษณะหลักของมันคือ "TabStats is a basic chrome extension that tracks the number of open tabs in chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabStats
ดาวน์โหลดไฟล์ส่วนขยาย TabStats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
TabStats is a basic chrome extension that tracks the number of open tabs in chrome. You can always open the chrome extension to see the number of tabs open. You can also click the graph button and see a pretty graph of the history of your recent tab adventures. On this graph, you can adjust the display options so that you can see data points, filling, connecting lines, horizontal guidelines, and vertical guidelines. you can also change the timeframe of your tab adventures. Future plans include... - allowing users to change the color of various display features of the graph - sharing your own chart via various social media sites (g+, fb, etc.) - comparing your chart with friends with overlaying or other cool things - making a more interactive graph with sliders, shiny buttons, etc. - going to a new york city hackathon together
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ofefchjafojmiaffflndhpcnblbedbci |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tabstats/ofefchjafojmiaffflndhpcnblbedbci |
คำอธิบาย | TabStats is a basic chrome extension that tracks the number of open tabs in chrome. |
ขนาดไฟล์ | 311 KB |
จำนวนการติดตั้ง | 208 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2013-07-16 |
วันที่เผยแพร่ | 2013-07-16 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Peetahzee |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabStats", "version": "1.3", "manifest_version": 2, "description": "TabStats is a basic chrome extension that tracks the number of open tabs in chrome.", "browser_action": { "default_icon": "views\/icon.png", "default_popup": "views\/popup.html" }, "permissions": [ "tabs", "history", "storage", "unlimitedStorage" ], "background": { "scripts": [ "views\/jquery.js", "tracking\/utils.js", "tracking\/tabEvents.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |