fulmo

Easy ticket creation with an annotated screenshot.

fulmo란 무엇입니까?

fulmo은(는) opengroove에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy ticket creation with an annotated screenshot."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

fulmo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 fulmo fulmo
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:\/\/*\/*"
    ]
}