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
官方URL 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
    }
}