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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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 } |