Convert to MP3
Convert and download video & audio files to .mp3 file format!
Convert to MP3란 무엇입니까?
Convert to MP3은(는) Karl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert and download video & audio files to .mp3 file format!"입니다.
확장 프로그램 스크린샷
Convert to MP3 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Convert to MP3 is an extension that let you easily convert audio or video files to mp3 file format. Simply, drag the audio or video file in the addon's UI (top section). Once the media is added to the UI, click on the convert button to start the conversion process. Before conversion, you can adjust some settings including audio bit rate, audio sample rate, and audio channels. Moreover, you can trim the audio at desired periods. The core for this add-on, is lame.js (https://github.com/zhuker/lamejs) JavaScript library. Please read FAQ (https://eccorem.com/apps/convert-to-mp3.html) page for this add-on to get more info on how to work with this addon.
확장 프로그램 기본 정보
이름 | Convert to MP3 |
ID | jmcaliaignbbcngoipecmoahnjdmocon |
공식 URL | https://chromewebstore.google.com/detail/convert-to-mp3/jmcaliaignbbcngoipecmoahnjdmocon |
설명 | Convert and download video & audio files to .mp3 file format! |
파일 크기 | 150 KB |
설치 횟수 | 12,068 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2022-01-05 |
출시 날짜 | 2019-08-28 |
평점 | 4.17/5 총 6 개의 평점 |
개발자 | Karl |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://eccorem.com/apps/convert-to-mp3.html |
도움말 페이지 URL | https://eccorem.com/apps/convert-to-mp3.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.0", "manifest_version": 3, "default_locale": "en", "offline_enabled": true, "permissions": [], "name": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "homepage_url": "https:\/\/eccorem.com\/apps\/convert-to-mp3.html", "background": { "service_worker": "worker.js" }, "action": { "default_title": "__MSG_browser_action_title__", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |