TabStats

TabStats is a basic chrome extension that tracks the number of open tabs in chrome.

TabStatsとは何ですか?

TabStatsはPeetahzeeによって開発されたChromeの拡張機能で、その主な機能は「TabStats is a basic chrome extension that tracks the number of open tabs in chrome.」です。

拡張機能のスクリーンショット

screenshot
screenshot

TabStats拡張機能のCRXファイルをダウンロード

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                    

拡張機能の基本情報

名前 TabStats TabStats
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"
    }
}