Sound Effects for Trello
Plays sound effects for various Trello actions. This is not an official Trello app!
Qu'est-ce que Sound Effects for Trello ?
Sound Effects for Trello est une extension Chrome développée par Gavin van Lelyveld, et sa fonction principale est "Plays sound effects for various Trello actions. This is not an official Trello app!".
Télécharger le fichier CRX de l'extension Sound Effects for Trello
Téléchargez les fichiers d'extension Sound Effects for Trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Add custom sound effects to various actions in Trello. This extensions is entirely unaffiliated with Trello.6e98ab
Informations de Base sur l'Extension
Nom | |
ID | bdcmpojgelljaekchpmelhdnjlmocdff |
URL Officiel | https://chrome.google.com/webstore/detail/sound-effects-for-trello/bdcmpojgelljaekchpmelhdnjlmocdff |
Description | Plays sound effects for various Trello actions. This is not an official Trello app! |
Taille du Fichier | 88.67 KB |
Nombre d'Installations | 136 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2015-05-11 |
Date de Publication | 2015-05-11 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | Gavin van Lelyveld |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |