Duolibro
Automatically changes the input language on duolingo.com if needed.
Duolibro란 무엇입니까?
Duolibro은(는) Felix Auer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically changes the input language on duolingo.com if needed."입니다.
확장 프로그램 스크린샷
Duolibro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically changes input language on duolingo.com if needed. Currently works for QWERTY, QWERTZ, and AZERTY keyboards. Keyboard layout can be changed in options. Supported languages: Spanish, German, Russian, Ukrainian, Turkish, Norwegian, Hebrew, Vietnamese, Swedish, Danish
확장 프로그램 기본 정보
이름 | Duolibro |
ID | ogianofickehjjgaopiohbgjhmhbdafn |
공식 URL | https://chromewebstore.google.com/detail/duolibro/ogianofickehjjgaopiohbgjhmhbdafn |
설명 | Automatically changes the input language on duolingo.com if needed. |
파일 크기 | 94.71 KB |
설치 횟수 | 1,173 |
현재 버전 | 1.5.1 |
최근 업데이트 | 2016-08-03 |
출시 날짜 | 2016-08-03 |
평점 | 3.26/5 총 31 개의 평점 |
개발자 | Felix Auer |
결제 유형 | free |
도움말 페이지 URL | http://www.felixauer.com/contact.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duolibro", "version": "1.5.1", "manifest_version": 2, "description": "Automatically changes the input language on duolingo.com if needed.", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.duolingo.com\/*" ], "js": [ "jquery.js", "spanish.js", "russian.js", "ukrainian.js", "turkish.js", "norwegian.js", "german.js", "hebrew.js", "vietnamese.js", "swedish.js", "danish.js", "duolingoext.js" ] } ] } |