Vollume Sampler
Sample and edit any sound, right from your browser.
什麼是Vollume Sampler?
Vollume Sampler是由Vollume開發的Chrome擴展程式,該擴展的主要功能是“Sample and edit any sound, right from your browser.”。
擴展截圖
下載Vollume Sampler擴展crx文件
下載Vollume Sampler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Organise, Sync and Share music files with Vollume Control for Chrome Use Volume Sampler for Chrome to: • Record and sample any sound playing through your browser. • Export in uncompressed lossless .WAV format. • Trim Cycle and Reverse samples for creative results. Do more with Vollume Control on desktop and mobile: Vollume Control is a music productivity tool built for music professionals to organise, sync and share audio files. With the tools to communicate and share, Control combines the very best elements of playlist management, messaging, file sharing and cloud storage into one simple to use application. Stream your own productions, mashups, and personal library of songs that don’t exist on streaming services. Collaborate with friends, family and team members with collaborative playlists. Sync your music across multiple computers and mobile devices. Connect your account to Sonos, CarPlay and more for even more places to listen. Features: • STREAM: Your personal library is now modern! Accessible from the cloud. All songs in your control library are with you everywhere you go. • SYNC: Access your music across multiple computers and mobile devices, anywhere, anytime. • CONNECT: link your account to Sonos, CarPlay & more. • COLLABORATE: Create shared playlists with your team, friends & family. • SECURITY: Have peace-of-mind knowing that all Control files are private and secured with 128 bit AES Encryption. • PERSONALISE: Create a personalised profile. • And so much more…. Privacy: https://www.vollume.com/privacy Terms: https://www.vollume.com/terms We want you to love Control as much as we do, and would love to hear from you with any feedback, questions, and/or concerns. Questions? Feedback? Email us at [email protected], Tweet us @Vollumeinc
擴展基本資訊
名稱 | Vollume Sampler |
ID | bogjdiancelbkhkncigdhhnfbpfoahag |
官方網址 | https://chromewebstore.google.com/detail/vollume-sampler/bogjdiancelbkhkncigdhhnfbpfoahag |
簡介 | Sample and edit any sound, right from your browser. |
檔案大小 | 752 KB |
安裝次數 | 3,531 |
目前版本 | 0.9.1 |
更新時間 | 2021-08-29 |
上架時間 | 2021-08-20 |
評分 | 4.59/5 共 34 次評分 |
開發者 | Vollume |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://Vollume.com |
說明頁面URL | https://vollume.com/support |
隱私政策頁面URL | https://app.vollume.com/privacy |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vollume Sampler", "version": "0.9.1", "description": "Sample and edit any sound, right from your browser.", "icons": { "128": "images\/icon_5_128.png" }, "browser_action": { "default_icon": "images\/icon_5_128.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/unpkg.com; object-src 'self'", "permissions": [ "storage", "tabCapture" ], "manifest_version": 2 } |