TabGraph
Track and graph how many tabs you have open.
什麼是TabGraph?
TabGraph是由psc開發的Chrome擴展程式,該擴展的主要功能是“Track and graph how many tabs you have open.”。
擴展截圖
下載TabGraph擴展crx文件
下載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 |
官方網址 | 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" ] } |