Sound Effects for Trello

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

什麼是Sound Effects for Trello?

Sound Effects for Trello是由Gavin van Lelyveld開發的Chrome擴展程式,該擴展的主要功能是“Plays sound effects for various Trello actions. This is not an official Trello app!”。

下載Sound Effects for Trello擴展crx文件

下載Sound Effects for Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Add custom sound effects to various actions in Trello.

This extensions is entirely unaffiliated with Trello.6e98ab                    

擴展基本資訊

名稱 Sound Effects for Trello Sound Effects for Trello
ID bdcmpojgelljaekchpmelhdnjlmocdff
官方網址 https://chrome.google.com/webstore/detail/sound-effects-for-trello/bdcmpojgelljaekchpmelhdnjlmocdff
簡介 Plays sound effects for various Trello actions. This is not an official Trello app!
檔案大小 88.67 KB
安裝次數 136
目前版本 1.0.2
更新時間 2015-05-11
上架時間 2015-05-11
評分 3.40/5 共 5 次評分
開發者 Gavin van Lelyveld
付費類型 free
支援的語言 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
    }
}