Sample

Sample and edit audio directly from your browser

Sampleคืออะไร?

Sample เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roman Paskin และคุณลักษณะหลักของมันคือ "Sample and edit audio directly from your browser"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Sample is a in-browser sampler that makes recording web audio easy and fun

Top features:
* 44.1kHz sampling rate recording
* Stereo or mono recording
* A local file library that saves your recent recordings for future editing/ download
* Up to 15 minutes of continuous recording time 
* Reverse playback
* Export samples in WAV or MP3                    

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

ชื่อ Sample Sample
ID kpkcennohgffjdgaelocingbmkjnpjgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sample/kpkcennohgffjdgaelocingbmkjnpjgc
คำอธิบาย Sample and edit audio directly from your browser
ขนาดไฟล์ 1.29 MB
จำนวนการติดตั้ง 209,417
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2022-05-07
วันที่เผยแพร่ 2019-11-11
คะแนน 4.69/5 รวมทั้งหมด 1241 คะแนน
ผู้พัฒนา Roman Paskin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sample",
    "version": "2.1.0",
    "default_locale": "en",
    "description": "Sample and edit audio directly from your browser",
    "icons": {
        "16": "icons\/16-light.png",
        "48": "icons\/48-light.png",
        "128": "icons\/128-light.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19-light.png",
            "38": "icons\/38-light.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabCapture",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}