Sound Effects for Trello

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

Sound Effects for Trello là gì?

Sound Effects for Trello là một tiện ích mở rộng Chrome được phát triển bởi Gavin van Lelyveld, và tính năng chính của nó là "Plays sound effects for various Trello actions. This is not an official Trello app!".

Tải xuống tệp CRX của tiện ích mở rộng Sound Effects for Trello

Tải xuống các tệp mở rộng Sound Effects for Trello dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Add custom sound effects to various actions in Trello.

This extensions is entirely unaffiliated with Trello.6e98ab                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sound Effects for Trello Sound Effects for Trello
ID bdcmpojgelljaekchpmelhdnjlmocdff
URL Chính Thức https://chrome.google.com/webstore/detail/sound-effects-for-trello/bdcmpojgelljaekchpmelhdnjlmocdff
Mô tả Plays sound effects for various Trello actions. This is not an official Trello app!
Kích Thước Tệp 88.67 KB
Số Lần Cài Đặt 136
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2015-05-11
Ngày Phát Hành 2015-05-11
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Gavin van Lelyveld
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}