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 |
公式URL | 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" } } |