Memrise Audio Uploader
Uploads audio for words in your course
Memrise Audio Uploader란 무엇입니까?
Memrise Audio Uploader은(는) cardinalby에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Uploads audio for words in your course"입니다.
확장 프로그램 스크린샷
Memrise Audio Uploader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows you uploading sounds of words and phrases pronunciation to your Memrise course automatically. Intuitive UI: adds one additional "Upload audios" button to the course (database) page. No ads, no trackers. Levels and Databases are supported.
확장 프로그램 기본 정보
이름 | Memrise Audio Uploader |
ID | fonhjbpoimjmgfgbboichngpjlmilbmk |
공식 URL | https://chromewebstore.google.com/detail/memrise-audio-uploader/fonhjbpoimjmgfgbboichngpjlmilbmk |
설명 | Uploads audio for words in your course |
파일 크기 | 57.51 KB |
설치 횟수 | 1,055 |
현재 버전 | 1.4.2 |
최근 업데이트 | 2024-03-03 |
출시 날짜 | 2020-06-30 |
평점 | 4.65/5 총 31 개의 평점 |
개발자 | cardinalby |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/cardinalby/memrise-audio-uploader |
도움말 페이지 URL | https://github.com/cardinalby/memrise-audio-uploader/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memrise Audio Uploader", "author": "cardinalby", "description": "Uploads audio for words in your course", "version": "1.4.2", "icons": { "128": "images\/mainIcon128.png" }, "background": { "scripts": [ "js\/compatibility.js", "js\/messages.js", "js\/background\/textToSpeech\/googleTranslate.js", "js\/background\/background.js" ] }, "content_scripts": [ { "js": [ "js\/compatibility.js", "js\/3rdParty\/jquery-3.6.0.min.js", "js\/content\/memriseCourse.js", "js\/content\/memriseCourseWordRow.js", "js\/messages.js", "js\/content\/uploadManager.js", "js\/content\/textToSpeech\/languages.js", "js\/content\/autoUploadBtn.js" ], "matches": [ "https:\/\/app.memrise.com\/course\/*\/edit\/*", "https:\/\/app.memrise.com\/course\/*\/edit\/database\/*", "https:\/\/community-courses.memrise.com\/course\/*\/edit\/*", "https:\/\/community-courses.memrise.com\/course\/*\/edit\/database\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/content\/pageInjectedScript.js" ], "permissions": [ "https:\/\/app.memrise.com\/*", "https:\/\/community-courses.memrise.com\/*", "https:\/\/translate.google.com\/*" ] } |