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 |
公式URL | 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 |
Eメール | [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" ] } |