Track your productivity

Keep track of your productivity.

Track your productivityとは何ですか?

Track your productivityはhttps://db42.inによって開発されたChromeの拡張機能で、その主な機能は「Keep track of your productivity.」です。

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

screenshot

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

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

拡張機能の使用方法

                        A simple tool to measure your day's productivity. At the end of the day, you’ll be able to see total productive time and your completed tasks.

- Once you finish any task, add an entry and hit enter
- Start/resume the timer as you start working and pause when you take a break. Use reset to start all over again                    

拡張機能の基本情報

名前 Track your productivity Track your productivity
ID onnkllhiaannegcomgbogohfpeegdnnf
公式URL https://chromewebstore.google.com/detail/track-your-productivity/onnkllhiaannegcomgbogohfpeegdnnf
説明 Keep track of your productivity.
ファイルサイズ 208 KB
インストール数 60
現在のバージョン 2.1.3
最終更新日 2014-03-09
公開日 2014-03-08
評価 4.83/5 合計 6 レビュー
開発者 https://db42.in
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Track your productivity",
    "short_name": "Track your productivity",
    "description": "Keep track of your productivity.",
    "version": "2.1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Track your productivity",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}