Sound Effects for Trello

Plays sound effects for various Trello actions. This is not an official Trello app!

Was ist Sound Effects for Trello?

Sound Effects for Trello ist eine Chrome-Erweiterung, die von Gavin van Lelyveld entwickelt wurde, und ihr Hauptmerkmal ist "Plays sound effects for various Trello actions. This is not an official Trello app!".

Sound Effects for Trello-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sound Effects for Trello-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Add custom sound effects to various actions in Trello.

This extensions is entirely unaffiliated with Trello.6e98ab                    

Grundlegende Informationen zur Erweiterung

Name Sound Effects for Trello Sound Effects for Trello
ID bdcmpojgelljaekchpmelhdnjlmocdff
Offizielle URL https://chrome.google.com/webstore/detail/sound-effects-for-trello/bdcmpojgelljaekchpmelhdnjlmocdff
Beschreibung Plays sound effects for various Trello actions. This is not an official Trello app!
Dateigröße 88.67 KB
Installationsanzahl 136
Aktuelle Version 1.0.2
Letztes Update 2015-05-11
Veröffentlichungsdatum 2015-05-11
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler Gavin van Lelyveld
Zahlungsart free
Unterstützte Sprachen 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
    }
}