Google Input Tools

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

Vad är Google Input Tools?

Google Input Tools är en Chrome-tillägg utvecklad av cloud-input-team, och dess huvudfunktion är "Input Tools lets you type in the language of your choice.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Google Input Tools-förlängningens CRX-fil

Ladda ner Google Input Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Google Input Tools Google Input Tools
ID mclkkofklkfljcocdinagocijmpgbhab
Officiell webbadress https://chromewebstore.google.com/detail/google-input-tools/mclkkofklkfljcocdinagocijmpgbhab
Beskrivning Input Tools lets you type in the language of your choice.
Filstorlek 910 KB
Antal Installationer 3,890,414
Aktuell Version 10.2.0.4
Senast Uppdaterad 2023-09-21
Publiceringsdatum 2019-12-22
Betyg 4.01/5 Totalt 5264 Betyg
Utvecklare cloud-input-team
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.google.com/policies/privacy
Stödda Språk 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
}