Sound Effects for Trello
Plays sound effects for various Trello actions. This is not an official Trello app!
Apa itu Sound Effects for Trello?
Sound Effects for Trello adalah ekstensi Chrome yang dikembangkan oleh Gavin van Lelyveld, dan fitur utamanya adalah "Plays sound effects for various Trello actions. This is not an official Trello app!".
Unduh Berkas CRX Ekstensi Sound Effects for Trello
Unduh file ekstensi Sound Effects for 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
Add custom sound effects to various actions in Trello. This extensions is entirely unaffiliated with Trello.6e98ab
Informasi Dasar Ekstensi
Nama | |
ID | bdcmpojgelljaekchpmelhdnjlmocdff |
URL Resmi | https://chrome.google.com/webstore/detail/sound-effects-for-trello/bdcmpojgelljaekchpmelhdnjlmocdff |
Deskripsi | Plays sound effects for various Trello actions. This is not an official Trello app! |
Ukuran File | 88.67 KB |
Jumlah Instalasi | 136 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2015-05-11 |
Tanggal Publikasi | 2015-05-11 |
Penilaian | 3.40/5 Total 5 Penilaian |
Pengembang | Gavin van Lelyveld |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sound Effects for Trello", "description": "Plays sound effects for various Trello actions. This is not an official Trello app!", "version": "1.0.2", "icons": { "16": "SEFTicon16.png", "48": "SEFTicon48.png", "128": "SEFTicon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "options_ui": { "page": "options.html", "chrome_style": true } } |