Learn Russian
An extension for Learn Russian Audio Player
Learn Russian란 무엇입니까?
Learn Russian은(는) vuevuevueOsas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension for Learn Russian Audio Player"입니다.
확장 프로그램 스크린샷
Learn Russian 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is an extension for http://learnrussian.rt.com Learn Russian is a fantastic website, but the project was closed in 2012, and it cannot play audio on Google Chrome, so I build the extension to fix the issue. Learn Russian is back!
확장 프로그램 기본 정보
이름 | Learn Russian |
ID | elocieaeidgffghnmhmhcpeihphmimha |
공식 URL | https://chromewebstore.google.com/detail/learn-russian/elocieaeidgffghnmhmhcpeihphmimha |
설명 | An extension for Learn Russian Audio Player |
파일 크기 | 22.88 KB |
설치 횟수 | 1,528 |
현재 버전 | 1.6 |
최근 업데이트 | 2022-07-19 |
출시 날짜 | 2019-11-07 |
평점 | 4.40/5 총 20 개의 평점 |
개발자 | vuevuevueOsas |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Learn Russian", "description": "An extension for Learn Russian Audio Player", "version": "1.6", "action": { "default_title": "Click and go to Learn Russian" }, "permissions": [], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.learnrussian.rt.com\/*" ], "js": [ "js\/main.js", "js\/lessons.js" ] }, { "matches": [ "*:\/\/*.learnrussian.rt.com\/phonetics\/*" ], "js": [ "js\/phonetics.js" ] }, { "matches": [ "*:\/\/*.learnrussian.rt.com\/alphabet\/*" ], "js": [ "js\/alphabet.js" ] } ], "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "manifest_version": 3 } |