STEM Sound Suite

All purpose sounds for your everyday needs.

STEM Sound Suiteคืออะไร?

STEM Sound Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anders Sundheim และคุณลักษณะหลักของมันคือ "All purpose sounds for your everyday needs."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย STEM Sound Suite

ดาวน์โหลดไฟล์ส่วนขยาย STEM Sound Suite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ STEM Sound Suite STEM Sound Suite
ID eghgjfhhfeebcbajocighiidcolincpe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/stem-sound-suite/eghgjfhhfeebcbajocighiidcolincpe
คำอธิบาย All purpose sounds for your everyday needs.
ขนาดไฟล์ 7.85 MB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2014-02-13
วันที่เผยแพร่ 2014-02-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Anders Sundheim
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "STEM Sound Suite",
    "description": "All purpose sounds for your everyday needs.",
    "version": "1.1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon1.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webNavigation"
    ]
}