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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |