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.”。
擴展截圖
下載GitLab - Time Tracking擴展crx文件
下載GitLab - Time Tracking擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Control the time tracking in the GitLab with this extension
擴展基本資訊
名稱 | GitLab - Time Tracking |
ID | mfchgpfejndkfdjkcjgmkkgiklobhibp |
官方網址 | 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" ] } ] } |