fulmo
Easy ticket creation with an annotated screenshot.
fulmoとは何ですか?
fulmoはopengrooveによって開発されたChromeの拡張機能で、その主な機能は「Easy ticket creation with an annotated screenshot.」です。
拡張機能のスクリーンショット
fulmo拡張機能のCRXファイルをダウンロード
fulmo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension provides easy ticket creation with an annotated screenshot. Now, it supports Trac (*1) and Redmine (*2). We plan to be able to send to other Issue tracking systems (e.g. MantisBT, Bugzilla, JIRA, etc...). *1 requires http://trac-hacks.org/wiki/XmlRpcPlugin *2 requires https://github.com/opengroove/redmine_fulmo_helper
拡張機能の基本情報
名前 | |
ID | nheekibbpleihmmfnagamcaonpdlodbl |
公式URL | https://chrome.google.com/webstore/detail/fulmo/nheekibbpleihmmfnagamcaonpdlodbl |
説明 | Easy ticket creation with an annotated screenshot. |
ファイルサイズ | 894 KB |
インストール数 | 84 |
現在のバージョン | 1.0.4 |
最終更新日 | 2013-07-23 |
公開日 | 2013-07-23 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | opengroove |
支払い方法 | free |
拡張機能のウェブサイト | http://ciklone.com/fulmo/ |
ヘルプページのURL | http://wiki.ciklone.com/fulmo |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_fulmo_name__", "version": "1.0.4", "manifest_version": 2, "description": "__MSG_fulmo_description__", "options_page": "settings.html", "background": { "page": "background.html" }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "32": "images\/icon32.png", "16": "images\/icon16.png" }, "browser_action": { "default_icon": "images\/icon19.png", "default_title": "__MSG_fulmo_menu_title__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/init.js", "scripts\/screenshot-capture.js", "scripts\/content.js" ] } ], "default_locale": "en", "permissions": [ "tabs", "contextMenus", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ] } |