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