Redmine Time Tracker

Plugin to track your work time (works with chrome closed) and manage it.

什麼是Redmine Time Tracker?

Redmine Time Tracker是由matheusmmcs開發的Chrome擴展程式,該擴展的主要功能是“Plugin to track your work time (works with chrome closed) and manage it.”。

擴展截圖

screenshot

下載Redmine Time Tracker擴展crx文件

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

擴展使用說明

                        Redmine Task Timer                    

擴展基本資訊

名稱 Redmine Time Tracker Redmine Time Tracker
ID kofohpbnioeihonedeofiompgloghehe
官方網址 https://chromewebstore.google.com/detail/redmine-time-tracker/kofohpbnioeihonedeofiompgloghehe
簡介 Plugin to track your work time (works with chrome closed) and manage it.
檔案大小 265 KB
安裝次數 159
目前版本 0.2.4
更新時間 2014-07-03
上架時間 2014-07-03
評分 3.33/5 共 15 次評分
開發者 matheusmmcs
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redmine Time Tracker",
    "version": "0.2.4",
    "description": "Plugin to track your work time (works with chrome closed) and manage it.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "RedmineTimeTracker",
        "default_popup": "templates\/popup.html"
    },
    "web_accessible_resources": [
        "js\/jquery.min.map",
        "js\/jquery.calendario.redmine.js",
        "css\/calendario-redmine.css",
        "fonts\/glyphicons-halflings-regular.svg",
        "fonts\/glyphicons-halflings-regular.eot",
        "fonts\/glyphicons-halflings-regular.ttf",
        "fonts\/glyphicons-halflings-regular.woff"
    ],
    "manifest_version": 2
}