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 |
官方URL | 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:\/\/*\/*" ] } |