WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Google Input Tools

Google Input Tools

View on Chrome Web Store
View Google Input Tools Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (5,397 ratings)
1 new ratings
65 views
This extension has been viewed 65 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Input Tools lets you type in the language of your choice.
Type
Extension
Users
3,000,000 users
1M
cloud-input-team
View author page of cloud-input-team
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 14, 2011
Version 11.2.0.0
Manifest version
3
Updated
Updated on April 8, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Google Input Tools Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_inputtool_title__",
    "description": "__MSG_inputtool_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "chext_backgroundpage.js"
    },
    "action": {
        "default_icon": {
            "16": "image\/producticon_48px_active.png",
            "32": "image\/producticon_48px_active.png"
        },
        "default_title": "__MSG_inputtool_title__",
        "default_popup": "popup.html"
    },
    "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
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "chext_driver.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "keyboard.html",
                "*.js",
                "*.css",
                "*.png",
                "*.gif"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "offscreen",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "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": "11.2.0.0",
    "manifest_version": 3
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top