Sample

Sample and edit audio directly from your browser

Sample란 무엇입니까?

Sample은(는) Roman Paskin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sample and edit audio directly from your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Sample 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}