Refined Trello

Simplifies the Trello interface and adds useful features

Apa itu Refined Trello?

Refined Trello adalah ekstensi Chrome yang dikembangkan oleh Strajk, dan fitur utamanya adalah "Simplifies the Trello interface and adds useful features".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Refined Trello

Unduh file ekstensi Refined Trello 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

                        Simplifies the Trello interface and adds useful features.

https://github.com/strajk/refined-trello                    

Informasi Dasar Ekstensi

Nama Refined Trello Refined Trello
ID ehplgncidablicleelajoojipdnclbhm
URL Resmi https://chromewebstore.google.com/detail/refined-trello/ehplgncidablicleelajoojipdnclbhm
Deskripsi Simplifies the Trello interface and adds useful features
Ukuran File 129 KB
Jumlah Instalasi 53
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2016-08-08
Tanggal Publikasi 2016-08-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Strajk
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/strajk/refined-trello
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined Trello",
    "version": "1.0.0",
    "description": "Simplifies the Trello interface and adds useful features",
    "homepage_url": "https:\/\/github.com\/strajk\/refined-trello",
    "manifest_version": 2,
    "minimum_chrome_version": "50",
    "permissions": [
        "https:\/\/trello.com\/*"
    ],
    "icons": [],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}