Sound Tool

Advanced tool for composing synthetic music

Sound Toolคืออะไร?

Sound Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NewBauhaus41 และคุณลักษณะหลักของมันคือ "Advanced tool for composing synthetic music"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        HTML5 synth music tracker.
This extension is a tool for composing synthetic music, in your Chrome. Its design is basically that of a music tracker, which essentially means that the music is organized in tracks and patterns.
- Free!!
- Music editor: a song is made up of 8 channels. Each channel has 36 note patterns (0-9,A-Z), and each note pattern has 4 note tracks and 1 FX track
- Songs can be saved as data URLs or as binary files
- Import and export songs and playback. It is also possible importing binary file with drag and drop method
- Sequencer and pattern editor with note and FX editor
- Instrument editor
- Export song as WAV format. It is also possible open WAV audio, to listen song, directy in SoundTool
- Piano with keyboard keys pressing. It is also possible to use a MIDI input device

Release 1.0.1 - Removed unnecessary permissions                    

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

ชื่อ Sound Tool Sound Tool
ID fmmmagikfabhildfoeigncbiaifcjogd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sound-tool/fmmmagikfabhildfoeigncbiaifcjogd
คำอธิบาย Advanced tool for composing synthetic music
ขนาดไฟล์ 3.58 MB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-10-07
วันที่เผยแพร่ 2020-05-04
ผู้พัฒนา NewBauhaus41
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ulmdevice.altervista.org/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sound Tool",
    "short_name": "Extension for Sound Artists",
    "description": "Advanced tool for composing synthetic music",
    "version": "1.0.1",
    "minimum_chrome_version": "43",
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "19": "assets\/16x16.png",
            "38": "assets\/128x128.png"
        }
    },
    "icons": {
        "16": "assets\/16x16.png",
        "128": "assets\/128x128.png"
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self'; frame-src 'self'; default-src 'self'; media-src * data:; img-src 'self' data:; style-src * 'unsafe-inline'; font-src *; connect-src 'self'; base-uri 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}