Qwerto
With Qwerto you can fix typing mistakes in English to your language and easily convert it to a logical sentence.
Qwertoคืออะไร?
Qwerto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lotan Sartel และคุณลักษณะหลักของมันคือ "With Qwerto you can fix typing mistakes in English to your language and easily convert it to a logical sentence."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Qwerto
ดาวน์โหลดไฟล์ส่วนขยาย Qwerto ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |