GitLab - Time Tracking

Control the time tracking in the GitLab with this extension.

什么是GitLab - Time Tracking?

GitLab - Time Tracking是由lucas.monteiro开发的Chrome扩展程序,该扩展的主要功能是“Control the time tracking in the GitLab with this extension.”。

扩展截图

screenshot

下载GitLab - Time Tracking扩展crx文件

下载GitLab - Time Tracking扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Control the time tracking in the GitLab with this extension                    

扩展基本信息

名称 GitLab - Time Tracking GitLab - Time Tracking
ID mfchgpfejndkfdjkcjgmkkgiklobhibp
官方URL https://chromewebstore.google.com/detail/gitlab-time-tracking/mfchgpfejndkfdjkcjgmkkgiklobhibp
简介 Control the time tracking in the GitLab with this extension.
文件大小 90 KB
安装次数 15
当前版本 1.2
更新时间 2019-06-11
上架时间 2019-06-11
开发者 lucas.monteiro
电子邮箱 [email protected]
付费类型 free
支持的语言 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitLab - Time Tracking",
    "description": "Control the time tracking in the GitLab with this extension.",
    "version": "1.2",
    "author": "Lucas Monteiro",
    "options_page": "options\/index.html",
    "browser_action": {
        "default_icon": "assets\/icon.png"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gitlab.com\/*\/issues\/*"
            ],
            "js": [
                "scripts\/moment.min.js",
                "scripts\/jquery-3.2.1.min.js",
                "scripts\/time.js"
            ]
        }
    ]
}