Sound Effects for Trello
Plays sound effects for various Trello actions. This is not an official Trello app!
Wat is Sound Effects for Trello?
Sound Effects for Trello is een Chrome-extensie ontwikkeld door Gavin van Lelyveld, en de belangrijkste functie is "Plays sound effects for various Trello actions. This is not an official Trello app!".
Download het CRX-bestand van de extensie Sound Effects for Trello
Download Sound Effects for Trello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Add custom sound effects to various actions in Trello. This extensions is entirely unaffiliated with Trello.6e98ab
Basisinformatie over de Extensie
Naam | |
ID | bdcmpojgelljaekchpmelhdnjlmocdff |
Officiële URL | https://chrome.google.com/webstore/detail/sound-effects-for-trello/bdcmpojgelljaekchpmelhdnjlmocdff |
Beschrijving | Plays sound effects for various Trello actions. This is not an official Trello app! |
Bestandsgrootte | 88.67 KB |
Aantal Installaties | 136 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2015-05-11 |
Publicatiedatum | 2015-05-11 |
Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Gavin van Lelyveld |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |