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
}