Redmine Time Spender
Reduce time spent in Redmine.
什麼是Redmine Time Spender?
Redmine Time Spender是由adrian.devecz開發的Chrome擴展程式,該擴展的主要功能是“Reduce time spent in Redmine.”。
擴展截圖
下載Redmine Time Spender擴展crx文件
下載Redmine Time Spender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Spend less time in Redmine with time tracking. * no need to login again because your session has expired * check your time entries with a simple click/hotkey * change or create a copy of a time entry with the speed of light Source code on [GitHub] (https://github.com/ZalaPanda/redmine-time-spender)
擴展基本資訊
名稱 | Redmine Time Spender |
ID | ajgdpnedcfflmknmalhcaenanifgfiop |
官方網址 | https://chromewebstore.google.com/detail/redmine-time-spender/ajgdpnedcfflmknmalhcaenanifgfiop |
簡介 | Reduce time spent in Redmine. |
檔案大小 | 226 KB |
安裝次數 | 82 |
目前版本 | 1.3.1 |
更新時間 | 2023-01-12 |
上架時間 | 2021-10-20 |
評分 | 5.00/5 共 4 次評分 |
開發者 | adrian.devecz |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/ZalaPanda/redmine-time-spender |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Redmine Time Spender", "short_name": "RMTS", "description": "Reduce time spent in Redmine.", "homepage_url": "https:\/\/github.com\/ZalaPanda\/redmine-time-spender", "version": "1.3.1", "version_name": "1.3.1", "background": { "service_worker": "background.js" }, "action": { "default_title": "Redmine Time Spender", "default_icon": "img\/icon-50.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Comma", "mac": "Command+Comma" } } }, "permissions": [ "storage", "cookies" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |