fulmo

Easy ticket creation with an annotated screenshot.

Τι είναι το fulmo;

Το fulmo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον opengroove, και η κύρια λειτουργία του είναι "Easy ticket creation with an annotated screenshot.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης fulmo

Λήψη αρχείων επέκτασης 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 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:\/\/*\/*"
    ]
}