Trello Extras

Some extra functionality for Trello.

Hvad er Trello Extras?

Trello Extras er en Chrome-udvidelse udviklet af Barry Els, og dens hovedfunktion er "Some extra functionality for Trello.".

Download Trello Extras-udvidelses-CRX-fil

Download Trello Extras-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Some extra functionality for Trello. Feel free to request features, report bugs and help out (PRs welcome) here: https://github.com/barryels/trello-extras                    

Grundlæggende oplysninger om udvidelsen

Navn Trello Extras Trello Extras
ID eljmgmdnmlfabhkkjplfennnnjnhhaog
Officiel URL https://chromewebstore.google.com/detail/trello-extras/eljmgmdnmlfabhkkjplfennnnjnhhaog
Beskrivelse Some extra functionality for Trello.
Filstørrelse 459 KB
Antal Installationer 25
Nuværende Version 1.8.6
Senest Opdateret 2017-06-15
Udgivelsesdato 2017-06-15
Udvikler Barry Els
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/index.js"
            ],
            "matches": [
                "http:\/\/trello.com\/*",
                "https:\/\/trello.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Trello Extras"
    },
    "name": "Trello Extras",
    "version": "1.8.6",
    "description": "Some extra functionality for Trello.",
    "author": "Barry Els "
}