Qwerto

With Qwerto you can fix typing mistakes in English to your language and easily convert it to a logical sentence.

Qwerto란 무엇입니까?

Qwerto은(는) Lotan Sartel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With Qwerto you can fix typing mistakes in English to your language and easily convert it to a logical sentence."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Qwerto 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        support in 12 new languages:
• Hebrew
• Arabic
• Czech
• German
• Greek
• French
• Portuguese
• Spanish
• Russian
• Romanian
• Turkish
• Kazakh

• Don't you hate those times when you try to write something in Hebrew, but your keyboard has other plans for you and it turns out you wrote a mix of letters in English that makes no sense, or the same case but vice versa? 
Qwerto will solve this annoying problem! 

By tapping Ctrl + Q or using your personal shortcut , Qwerto will reverse the text to the language you intended to write in in the first place.

• more languages in the next versions 

© Lotan Sartel & Guy Landa.                    

확장 프로그램 기본 정보

이름 Qwerto Qwerto
ID acikpjacdcfaadhcmgfllfdhkjjjocka
공식 URL https://chromewebstore.google.com/detail/qwerto/acikpjacdcfaadhcmgfllfdhkjjjocka
설명 With Qwerto you can fix typing mistakes in English to your language and easily convert it to a logical sentence.
파일 크기 44.37 KB
설치 횟수 323
현재 버전 3.0.0
최근 업데이트 2020-08-08
출시 날짜 2016-01-11
평점 4.86/5 총 29 개의 평점
개발자 Lotan Sartel
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,tr,es,ru,iw,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Qwerto",
    "default_locale": "en",
    "description": "__MSG_description__",
    "version": "3.0.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "popup.html",
    "browser_action": {
        "default_icon": "logo_t_128.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "to-Qwerto": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Shortcut for Qwerto"
        }
    },
    "icons": {
        "128": "logo_t_128.png",
        "48": "logo_t_128.png",
        "16": "logo_t_128.png"
    }
}