RedmineMe
Redmine notifications extension for Chrome
什麼是RedmineMe?
RedmineMe是由mehmatovec開發的Chrome擴展程式,該擴展的主要功能是“Redmine notifications extension for Chrome”。
擴展截圖
下載RedmineMe擴展crx文件
下載RedmineMe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
RedmineMe is a notifications extension for Redmine. RedmineMe checks out changes from issues 1 time per 10 minutes and, if they are, saves them and shows in the feed. 3 separated tabs: assigned to me, watching, created by me. Multiple options: customizing time to keep notifications, colour of priorities, query IDs for direct links to the list of assigned or created issues, etc.
擴展基本資訊
名稱 | RedmineMe |
ID | mceflfpebnglbjmpfdciekljibefhlde |
官方網址 | https://chromewebstore.google.com/detail/redmineme/mceflfpebnglbjmpfdciekljibefhlde |
簡介 | Redmine notifications extension for Chrome |
檔案大小 | 207 KB |
安裝次數 | 54 |
目前版本 | 1.0.2 |
更新時間 | 2014-02-11 |
上架時間 | 2014-02-11 |
開發者 | mehmatovec |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RedmineMe", "version": "1.0.2", "description": "Redmine notifications extension for Chrome", "icons": { "16": "img\/logo\/16x16.png", "48": "img\/logo\/48x48.png", "128": "img\/logo\/128x128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "RedmineMe", "default_icon": "img\/logo\/48x48.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "page": "background.html" } } |