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
官方網址 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
}