Sample
Sample and edit audio directly from your browser
什麼是Sample?
Sample是由Roman Paskin開發的Chrome擴展程式,該擴展的主要功能是“Sample and edit audio directly from your browser”。
擴展截圖
下載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 |
ID | kpkcennohgffjdgaelocingbmkjnpjgc |
官方網址 | 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'" } |