Sound Effects for Trello
Plays sound effects for various Trello actions. This is not an official Trello app!
Co to jest Sound Effects for Trello?
Sound Effects for Trello to rozszerzenie Chrome opracowane przez Gavin van Lelyveld, a jego główną funkcją jest „Plays sound effects for various Trello actions. This is not an official Trello app!”.
Pobierz plik CRX rozszerzenia Sound Effects for Trello
Pobierz pliki rozszerzeń Sound Effects for Trello w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Add custom sound effects to various actions in Trello. This extensions is entirely unaffiliated with Trello.6e98ab
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bdcmpojgelljaekchpmelhdnjlmocdff |
Oficjalny URL | https://chrome.google.com/webstore/detail/sound-effects-for-trello/bdcmpojgelljaekchpmelhdnjlmocdff |
Opis | Plays sound effects for various Trello actions. This is not an official Trello app! |
Rozmiar pliku | 88.67 KB |
Liczba instalacji | 136 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2015-05-11 |
Data Publikacji | 2015-05-11 |
Ocena | 3.40/5 Łącznie 5 Oceny |
Deweloper | Gavin van Lelyveld |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |