Tracky

Allow time tracking from the browser with syncing ability thanks to chrome sync storage

Trackyとは何ですか?

TrackyはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Allow time tracking from the browser with syncing ability thanks to chrome sync storage」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This is a little extension to track my time, if you are interested by this extension and want to add features feel free to edit the code ^^ 
https://github.com/Grafikart/tracky                    

拡張機能の基本情報

名前 Tracky Tracky
ID nopncmbjiejagfhpkcbdikogbjcjhhll
公式URL https://chromewebstore.google.com/detail/tracky/nopncmbjiejagfhpkcbdikogbjcjhhll
説明 Allow time tracking from the browser with syncing ability thanks to chrome sync storage
ファイルサイズ 155 KB
インストール数 45
現在のバージョン 0.1.7
最終更新日 2014-10-16
公開日 2014-10-16
評価 4.67/5 合計 9 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/Grafikart/tracky
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tracky",
    "description": "Allow time tracking from the browser with syncing ability thanks to chrome sync storage",
    "version": "0.1.7",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "name": "Click to open the timer",
        "default_title": "Open Timer",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}