Google Input Tools

Input Tools lets you type in the language of your choice.

什么是Google Input Tools?

Google Input Tools是由cloud-input-team开发的Chrome扩展程序,该扩展的主要功能是“Input Tools lets you type in the language of your choice.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Google Input Tools扩展crx文件

下载Google Input Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        By installing this extension, you agree to the Terms of Service at http://www.google.com/intl/en/policies/terms/.

Switch to typing in a different language with the click of the mouse, and switch back just as easily. The Google Input Tools extension provides virtual keyboards for over 90 languages, full IMEs or direct transliteration for over 30 different scripts, and handwriting input for over 40 languages.


What's New?

✓ Adds Hoocąk, Makah langauges.
✓ Updates some on screen keyboards.

Usage Instructions: 

When you first install the extension, click on the extension icon, then select "Extension Options" in the pop-up menu. A new tab will appear where you can select your preferred languages or input methods. The keyboards, IMEs or handwriting input you add to 'Selected input tools' can be enabled at any time from the extension itself. You can always return to this options page to add, remove, or change the order of your input tools.

input tool, simply click on the extension icon, select the desired language tool in the pop-up menu, then click on any text box on the web page. To turn off an input tool, click on the extension icon and select the "Turn Off" option.

To use transliteration, type languages phonetically in English letters, and they'll appear in their correct alphabet. Keep in mind that transliteration is different from translation; the sound of the words is converted from one alphabet to the other, not the meaning.  For example, to get in नमस्ते with Hindi transliteration, type in n-a-m-a-s-t-e. You will get a list of Hindi words sound like namaste. Then, press SPACE to select the first suggestion नमस्ते.

Latin IMEs are to help people type in Latin-script languages using the US keyboard. Features include automatic diacritics, spell correction, and prefix completion. To use Latin IMEs, type unaccented letters, and they will be corrected to a desired word. For example, type "franca" in French IME, "français" appears, and it can be committed by pressing TAB. If continuously typing "francais", "français" will be committed by 
pressing SPACE. To get all the candidates for "francais", press BACKSPACE.

To use handwriting input, select the handwriting input of your desired language. Press trackpad or left click of mouse to hand draw a character on the pop-up handwriting panel. Select the character from the suggestion list, or simply press ENTER or SPACE key to select the first suggestion.


Need help? Find a problem? Point your browser here for support: 
https://chrome.google.com/webstore/support/mclkkofklkfljcocdinagocijmpgbhab


Keyboard Shortcuts: 

✓ ALT+SHIFT+N - Switch to next input tool in the list (if the extension is off, turn it on; if the current input tool is the last tool in the list, turn the extension off)

✓ ALT+SHIFT+R - Revert to the last input tool used (if none, turn off the extension)

✓ ALT+SHIFT+T Toggle the current input tool.

✓ SHIFT - Toggle between En/Cn state (Chinese input tools only)
✓ SHIFT+SPACE - Toggle the SBC/DBC mode (Chinese input tools only)
✓ CTRL+PERIOD - Toggle Chinese / European language punctuation (Chinese input tools only)


Limitations:

Due to security features of Google Chrome, the Google Input Tools extension will not assist with input in the address bar (omnibox), on the Chrome Web Store, or inside of other Chrome extensions. It does not currently assist with input inside of Flash applications.

By installing this extension, you agree to the Terms of Service at https://chrome.google.com/extensions/intl/en /gallery_tos.html                    

扩展基本信息

名称 Google Input Tools Google Input Tools
ID mclkkofklkfljcocdinagocijmpgbhab
官方URL https://chromewebstore.google.com/detail/google-input-tools/mclkkofklkfljcocdinagocijmpgbhab
简介 Input Tools lets you type in the language of your choice.
文件大小 910 KB
安装次数 3,890,414
当前版本 10.2.0.4
更新时间 2023-09-21
上架时间 2019-12-22
评分 4.01/5 共5264次评分
开发者 cloud-input-team
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.google.com/policies/privacy
支持的语言 id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_inputtool_title__",
    "description": "__MSG_inputtool_description__",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "38": "image\/producticon_48px_active.png"
        },
        "default_title": "__MSG_inputtool_title__",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "31",
    "icons": {
        "16": "image\/producticon_48px_active.png",
        "32": "image\/producticon_48px_active.png",
        "48": "image\/producticon_48px_active.png",
        "128": "image\/producticon_48px_active.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "chext_loader.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webNavigation"
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+T"
            },
            "description": "__MSG_toggle_input_tool__"
        },
        "next": {
            "suggested_key": {
                "default": "Alt+Shift+N"
            },
            "description": "__MSG_select_next_input_tool__"
        },
        "revert": {
            "suggested_key": {
                "default": "Alt+Shift+R"
            },
            "description": "__MSG_revert_last_input_tool__"
        }
    },
    "version": "10.2.0.4",
    "devtools_page": "devtools.html",
    "manifest_version": 2
}