Time Tracker

Time Tracker

Time Trackerとは何ですか?

Time Trackerはhttp://kindwhale.comによって開発されたChromeの拡張機能で、その主な機能は「Time Tracker」です。

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

screenshot

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

Time Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        KindWhale Time Tracker is a lightweight productivity tool. Ever wonder how much time you spend on particular sites? Do you want to improve your productivity and focus? Time Tracker app will show you your internet activity in beautiful, well thought out visualizations. Think Fitbit for data driven fitness as to Time Tracker for data driven internet activity. 

Features
- Daily, weekly, monthly statistics of websites visited 
- Drill into websites visited stats to see daily trend of a specific website 
- Ability to send feedback about a site. 

Features *Coming soon

- Ability to blacklist websites so that they are not part of the tracking stats                    

拡張機能の基本情報

名前 Time Tracker Time Tracker
ID hclkpihmgdddnaogdbbeioanljljhidk
公式URL https://chrome.google.com/webstore/detail/time-tracker/hclkpihmgdddnaogdbbeioanljljhidk
説明 Time Tracker
ファイルサイズ 245 KB
インストール数 117
現在のバージョン 0.1
最終更新日 2016-07-26
公開日 2016-07-26
評価 2.33/5 合計 3 レビュー
開発者 http://kindwhale.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Tracker",
    "description": "Time Tracker",
    "version": "0.1",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Time Tracker"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/cs_styles.css"
            ],
            "js": [
                "libs\/jquery-1.12.0.min.js",
                "scripts\/actions.js",
                "scripts\/tools.js",
                "scripts\/cs_bootstrap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "libs\/jquery-1.12.0.min.js",
            "libs\/moment.js",
            "scripts\/actions.js",
            "scripts\/tools.js",
            "scripts\/bs_main.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "css\/cs_styles.css"
    ]
}