Maestro
This extension will procedurally generate music in your browser!
Maestroคืออะไร?
Maestro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension will procedurally generate music in your browser!"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Maestro
ดาวน์โหลดไฟล์ส่วนขยาย Maestro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | imjggehhpcndpjlcbiomlbceopgilpdk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/maestro/imjggehhpcndpjlcbiomlbceopgilpdk |
คำอธิบาย | This extension will procedurally generate music in your browser! |
ขนาดไฟล์ | 121 MB |
จำนวนการติดตั้ง | 66 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-15 |
วันที่เผยแพร่ | 2015-11-15 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Maestro", "description": "This extension will procedurally generate music in your browser!", "version": "1.0", "browser_action": { "default_icon": "sound46.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |