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
Eメール [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": []
}