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.”。
擴展截圖
下載Qwerto擴展crx文件
下載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.
擴展基本資訊
名稱 | Qwerto |
ID | acikpjacdcfaadhcmgfllfdhkjjjocka |
官方網址 | 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" } } |