Trackr

Track the time you spend on various websites with beautiful graphs on the new tab page!

什麼是Trackr?

Trackr是由Srikar Gudipati開發的Chrome擴展程式,該擴展的主要功能是“Track the time you spend on various websites with beautiful graphs on the new tab page!”。

擴展截圖

screenshot

下載Trackr擴展crx文件

下載Trackr擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is a Chrome extension that lets you track the time you spend on various websites with beautiful graphs on the new tab page!                    

擴展基本資訊

名稱 Trackr Trackr
ID pccehhnicffhgffhdfgainipddlopmie
官方網址 https://chrome.google.com/webstore/detail/trackr/pccehhnicffhgffhdfgainipddlopmie
簡介 Track the time you spend on various websites with beautiful graphs on the new tab page!
檔案大小 205 KB
安裝次數 5,000
目前版本 1.2
更新時間 2015-02-23
上架時間 2015-02-23
評分 3.74/5 共 43 次評分
開發者 Srikar Gudipati
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trackr",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Track the time you spend on various websites with beautiful graphs on the new tab page!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/contentscript\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "history",
        "tabs",
        "*:\/\/*\/*",
        "storage",
        "unlimitedStorage"
    ]
}