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 |
| 公式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"
]
} | |