Tab Graph
Statistics on the history of how many tabs you have open.
什麼是Tab Graph?
Tab Graph是由Jim Woodward開發的Chrome擴展程式,該擴展的主要功能是“Statistics on the history of how many tabs you have open.”。
擴展截圖
下載Tab Graph擴展crx文件
下載Tab Graph擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you have loads of tabs open all the time? Do you ever wonder just how many tabs you open, and how busy Chrome gets? Tab Graph has these answers, AND it shows you a graph of your activity. - It tells you how many tabs you have opened today. - It tells you the maximum number of tabs you got up to today. - Get a summary of the data for this week, this month, this year. As well as all time. The badge shows you at a glance how many tabs are currently open across all windows. As your work day gets more and more hectic, and you open more and more tabs, then the badge color changes to match your mood!
擴展基本資訊
名稱 | Tab Graph |
ID | deepnnihcdhoejjjjllojopgigodejpn |
官方網址 | https://chromewebstore.google.com/detail/tab-graph/deepnnihcdhoejjjjllojopgigodejpn |
簡介 | Statistics on the history of how many tabs you have open. |
檔案大小 | 64.99 KB |
安裝次數 | 35 |
目前版本 | 1.1 |
更新時間 | 2018-05-28 |
上架時間 | 2018-05-28 |
評分 | 4.00/5 共 2 次評分 |
開發者 | Jim Woodward |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "name": "Tab Graph", "description": "Statistics on the history of how many tabs you have open.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/triangle_19.png", "38": "images\/triangle_38.png" }, "default_title": "Tab Graph", "default_popup": "main.html" }, "icons": { "128": "images\/triangle_128.png", "48": "images\/triangle_48.png", "16": "images\/triangle_16.png" }, "permissions": [ "storage" ] } |