Input Tools' Keyboard Enlarger

This extension makes Input Tools' keyboard larger. Nothing more, nothing less.

什么是Input Tools' Keyboard Enlarger?

Input Tools' Keyboard Enlarger是由Aurelien Lourot开发的Chrome扩展程序,该扩展的主要功能是“This extension makes Input Tools' keyboard larger. Nothing more, nothing less.”。

扩展截图

screenshot
screenshot

下载Input Tools' Keyboard Enlarger扩展crx文件

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

扩展使用说明

                        This extension makes "Input Tools"'s keyboard larger. Nothing more, nothing less.

Google Input Tools' virtual/on-screen keyboard is often too small. Install this extension to make it readable. This is especially useful for the Arabic virtual keyboard layout.

Make sure you have also installed Google Input Tools:
https://chrome.google.com/webstore/detail/google-input-tools/mclkkofklkfljcocdinagocijmpgbhab                    

扩展基本信息

名称 Input Tools' Keyboard Enlarger Input Tools' Keyboard Enlarger
ID gjhnbhjegnfhehpjhkajgfbkcbpmomoh
官方URL https://chromewebstore.google.com/detail/input-tools-keyboard-enla/gjhnbhjegnfhehpjhkajgfbkcbpmomoh
简介 This extension makes Input Tools' keyboard larger. Nothing more, nothing less.
文件大小 9.76 KB
安装次数 66,589
当前版本 0.1.3
更新时间 2024-02-06
上架时间 2018-08-01
评分 4.19/5 共101次评分
开发者 Aurelien Lourot
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/AurelienLourot/google-input-tools-large-keyboard
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Input Tools' Keyboard Enlarger",
    "short_name": "Keyboard Enlarger",
    "description": "This extension makes Input Tools' keyboard larger. Nothing more, nothing less.",
    "version": "0.1.3",
    "icons": {
        "128": "thirdparty\/icon128.png",
        "280": "thirdparty\/icon280.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "support.js"
            ]
        }
    ],
    "action": {
        "default_icon": "thirdparty\/icon280.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": []
}