Sound Effects for Trello
Plays sound effects for various Trello actions. This is not an official Trello app!
What is Sound Effects for Trello?
Sound Effects for Trello is a Chrome extension developed by Gavin van Lelyveld, and its main feature is "Plays sound effects for various Trello actions. This is not an official Trello app!".
Download Sound Effects for Trello Extension CRX File
Download Sound Effects for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Add custom sound effects to various actions in Trello. This extensions is entirely unaffiliated with Trello.6e98ab
Extension Basic Information
Name | |
ID | bdcmpojgelljaekchpmelhdnjlmocdff |
Official URL | 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! |
File Size | 88.67 KB |
Installation Count | 136 |
Current Version | 1.0.2 |
Last Updated | 2015-05-11 |
Publish Date | 2015-05-11 |
Rating | 3.40/5 Total 5 Ratings |
Developer | Gavin van Lelyveld |
Payment Type | free |
Supported Languages | 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 } } |