Trello Card Counter
This extension is a product of my laziness. You don't need to count the cards anymore.
Apa itu Trello Card Counter?
Trello Card Counter adalah ekstensi Chrome yang dikembangkan oleh Mehmet Yatkı, dan fitur utamanya adalah "This extension is a product of my laziness. You don't need to count the cards anymore.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Trello Card Counter
Unduh file ekstensi Trello Card Counter 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 extension is a product of my laziness. You don't need to count the cards anymore. PS: This extension only and just only counts the cards in the lists. So, no worries your data is safe.
Informasi Dasar Ekstensi
Nama | Trello Card Counter |
ID | bodefgeflaobkeejlcbbnbniimlinocd |
URL Resmi | https://chromewebstore.google.com/detail/trello-card-counter/bodefgeflaobkeejlcbbnbniimlinocd |
Deskripsi | This extension is a product of my laziness. You don't need to count the cards anymore. |
Ukuran File | 45.2 KB |
Jumlah Instalasi | 329 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-04-11 |
Tanggal Publikasi | 2016-04-11 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | Mehmet Yatkı |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Card Counter", "description": "This extension is a product of my laziness. You don't need to count the cards anymore.", "version": "1.0", "manifest_version": 2, "icons": { "32": "icon-32.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "jquery-1.11.2.min.js", "silent.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |