Trello Extras

Some extra functionality for Trello.

Apa itu Trello Extras?

Trello Extras adalah ekstensi Chrome yang dikembangkan oleh Barry Els, dan fitur utamanya adalah "Some extra functionality for Trello.".

Unduh Berkas CRX Ekstensi Trello Extras

Unduh file ekstensi Trello Extras dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Trello Extras Trello Extras
ID eljmgmdnmlfabhkkjplfennnnjnhhaog
URL Resmi https://chromewebstore.google.com/detail/trello-extras/eljmgmdnmlfabhkkjplfennnnjnhhaog
Deskripsi Some extra functionality for Trello.
Ukuran File 459 KB
Jumlah Instalasi 25
Versi Saat Ini 1.8.6
Terakhir Diperbarui 2017-06-15
Tanggal Publikasi 2017-06-15
Pengembang Barry Els
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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 "
}