Sound Effects for Trello

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

Cos'è Sound Effects for Trello?

Sound Effects for Trello è un'estensione di Chrome sviluppata da Gavin van Lelyveld, e la sua funzione principale è "Plays sound effects for various Trello actions. This is not an official Trello app!".

Scarica il file CRX dell'estensione Sound Effects for Trello

Scarica i file di estensione Sound Effects for Trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Add custom sound effects to various actions in Trello.

This extensions is entirely unaffiliated with Trello.6e98ab                    

Informazioni di Base sull'Estensione

Nome Sound Effects for Trello Sound Effects for Trello
ID bdcmpojgelljaekchpmelhdnjlmocdff
URL Ufficiale https://chrome.google.com/webstore/detail/sound-effects-for-trello/bdcmpojgelljaekchpmelhdnjlmocdff
Descrizione Plays sound effects for various Trello actions. This is not an official Trello app!
Dimensione del File 88.67 KB
Conteggio Installazioni 136
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-05-11
Data di Pubblicazione 2015-05-11
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore Gavin van Lelyveld
Tipo di Pagamento free
Lingue Supportate 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
    }
}