Input Tools' Keyboard Enlarger

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

Was ist Input Tools' Keyboard Enlarger?

Input Tools' Keyboard Enlarger ist eine Chrome-Erweiterung, die von Aurelien Lourot entwickelt wurde, und ihr Hauptmerkmal ist "This extension makes Input Tools' keyboard larger. Nothing more, nothing less.".

Erweiterungsscreenshots

screenshot
screenshot

Input Tools' Keyboard Enlarger-Erweiterungs-CRX-Datei herunterladen

Laden Sie Input Tools' Keyboard Enlarger-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Input Tools' Keyboard Enlarger Input Tools' Keyboard Enlarger
ID gjhnbhjegnfhehpjhkajgfbkcbpmomoh
Offizielle URL https://chromewebstore.google.com/detail/input-tools-keyboard-enla/gjhnbhjegnfhehpjhkajgfbkcbpmomoh
Beschreibung This extension makes Input Tools' keyboard larger. Nothing more, nothing less.
Dateigröße 9.76 KB
Installationsanzahl 66,589
Aktuelle Version 0.1.3
Letztes Update 2024-02-06
Veröffentlichungsdatum 2018-08-01
Bewertung 4.19/5 Insgesamt 101 Bewertungen
Entwickler Aurelien Lourot
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/AurelienLourot/google-input-tools-large-keyboard
Unterstützte Sprachen 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": []
}