Airport1 Duolingo Improvement
Use space bar (instead of mouse) to activate microphone in Duolingo.
Airport1 Duolingo Improvement란 무엇입니까?
Airport1 Duolingo Improvement은(는) Airport1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use space bar (instead of mouse) to activate microphone in Duolingo."입니다.
확장 프로그램 스크린샷
Airport1 Duolingo Improvement 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
English: Simple and handy extension for Chromium browsers (like Chrome) to activate the microphone in Duolingo just by keyboard, instead of being forced to use the mouse ("please click the microphone"). Please enable extension first, after that re-load Duolingo. Deutsch: Einfache Erweiterung um Duolingo jetzt komplett mit Tastatur im Chrome bedienen zu koennen, statt das Mikrofon mit der Maus anklicken einfach nur die Space-Taste benutzen. Bitte erst Extension einschalten, danach Duolingo neu laden.
확장 프로그램 기본 정보
이름 | Airport1 Duolingo Improvement |
ID | ldgljcgmfgjjjenhdoklnfciiaklochp |
공식 URL | https://chromewebstore.google.com/detail/airport1-duolingo-improve/ldgljcgmfgjjjenhdoklnfciiaklochp |
설명 | Use space bar (instead of mouse) to activate microphone in Duolingo. |
파일 크기 | 177 KB |
설치 횟수 | 82 |
현재 버전 | 0.1 |
최근 업데이트 | 2017-03-20 |
출시 날짜 | 2017-03-20 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Airport1 |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.airport1.de/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Airport1 Duolingo Improvement", "description": "Use space bar (instead of mouse) to activate microphone in Duolingo.", "homepage_url": "http:\/\/www.airport1.de\/", "version": "0.1", "icons": { "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "default_popup": "src\/popup.html" }, "content_scripts": [ { "js": [ "src\/duolingo.js" ], "matches": [ "https:\/\/www.duolingo.com\/*" ] } ] } |