fulmo
Easy ticket creation with an annotated screenshot.
fulmo là gì?
fulmo là một tiện ích mở rộng Chrome được phát triển bởi opengroove, và tính năng chính của nó là "Easy ticket creation with an annotated screenshot.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng fulmo
Tải xuống các tệp mở rộng fulmo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nheekibbpleihmmfnagamcaonpdlodbl |
URL Chính Thức | https://chrome.google.com/webstore/detail/fulmo/nheekibbpleihmmfnagamcaonpdlodbl |
Mô tả | Easy ticket creation with an annotated screenshot. |
Kích Thước Tệp | 894 KB |
Số Lần Cài Đặt | 84 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2013-07-23 |
Ngày Phát Hành | 2013-07-23 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | opengroove |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://ciklone.com/fulmo/ |
URL Trang Trợ Giúp | http://wiki.ciklone.com/fulmo |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |