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ファイルをダウンロード

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
Eメール [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'"
}