Trello Grid

Adds grid layout to Trello

Apa itu Trello Grid?

Trello Grid adalah ekstensi Chrome yang dikembangkan oleh fuechec.mark, dan fitur utamanya adalah "Adds grid layout to Trello".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Trello Grid

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

                        This simple extension that creates a grid layout for the Trello board. After installing the extension, navigate to Trello.com and your banyan boards will be togglable to a grid layout by pressing the 'g' key.                    

Informasi Dasar Ekstensi

Nama Trello Grid Trello Grid
ID ddlkemoiobinoolmeccabbpbalojmlij
URL Resmi https://chromewebstore.google.com/detail/trello-grid/ddlkemoiobinoolmeccabbpbalojmlij
Deskripsi Adds grid layout to Trello
Ukuran File 474 KB
Jumlah Instalasi 31
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2020-11-17
Tanggal Publikasi 2020-11-12
Penilaian 1.33/5 Total 3 Penilaian
Pengembang fuechec.mark
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Grid",
    "version": "0.0.0.2",
    "description": "Adds grid layout to Trello",
    "icons": {
        "16": "grid.png",
        "48": "promotional.png",
        "128": "screenshot.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ]
}