KeyboardSwap
Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.
KeyboardSwap란 무엇입니까?
KeyboardSwap은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language."입니다.
확장 프로그램 스크린샷
KeyboardSwap 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever started typing something only to realize halfway through the sentence your keyboard is on the wrong language? With this extension, instead of backtracking and starting the sentence over, simply press ctrl + alt + a and swap languages as if you'd typed on the right keyboard language all along! Supported languages: English, Hebrew Supported keyboards: QWERTY
확장 프로그램 기본 정보
이름 | KeyboardSwap |
ID | afaapechmbppnfbonjkbjgffiiagcglb |
공식 URL | https://chromewebstore.google.com/detail/keyboardswap/afaapechmbppnfbonjkbjgffiiagcglb |
설명 | Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language. |
파일 크기 | 16.89 KB |
설치 횟수 | 24 |
현재 버전 | 1.0 |
최근 업데이트 | 2022-02-05 |
출시 날짜 | 2022-02-04 |
개발자 | Unknown |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "KeyboardSwap", "description": "Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.", "version": "1.0", "icons": { "16": "images\/16-icon.png", "48": "images\/48-icon.png", "128": "images\/128-icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "index.js" ] } ] } |