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.」です。
拡張機能のスクリーンショット
Redmine Time Tracker拡張機能のCRXファイルをダウンロード
Redmine Time Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Redmine Task Timer 拡張機能の基本情報
| 名前 | |
| ID | kofohpbnioeihonedeofiompgloghehe |
| 公式URL | 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
} | |