Input Tools' Keyboard Enlarger

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

Co je Input Tools' Keyboard Enlarger?

Input Tools' Keyboard Enlarger je rozšíření Chrome vyvinuté Aurelien Lourot, a jeho hlavní funkcí je „This extension makes Input Tools' keyboard larger. Nothing more, nothing less.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Input Tools' Keyboard Enlarger

Stáhněte si soubory rozšíření Input Tools' Keyboard Enlarger ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Input Tools' Keyboard Enlarger Input Tools' Keyboard Enlarger
ID gjhnbhjegnfhehpjhkajgfbkcbpmomoh
Oficiální URL https://chromewebstore.google.com/detail/input-tools-keyboard-enla/gjhnbhjegnfhehpjhkajgfbkcbpmomoh
Popis This extension makes Input Tools' keyboard larger. Nothing more, nothing less.
Velikost souboru 9.76 KB
Počet instalací 66,589
Aktuální Verze 0.1.3
Poslední Aktualizace 2024-02-06
Datum Vydání 2018-08-01
Hodnocení 4.19/5 Celkem 101 Hodnocení
Vývojář Aurelien Lourot
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/AurelienLourot/google-input-tools-large-keyboard
Podporované Jazyky 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": []
}