WebExtension.net
WebExtension.net

Google Input Tools

View on Chrome Web Store
View Google Input Tools Chrome Extension on Chrome Web Store
4.0 (5,369 ratings)
1 new ratings

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
cloud-input-team
View author page of cloud-input-team
Published
Published on December 14, 2011
Version 11.0.2.0
Manifest version
3
Updated
Updated on September 19, 2024
View on Chrome Web Store
View Google Input Tools Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

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": [
                "*.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.0.2.0",
    "manifest_version": 3
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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