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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gavin van Lelyveld และคุณลักษณะหลักของมันคือ "Plays sound effects for various Trello actions. This is not an official Trello app!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sound Effects for Trello

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}