Input Tools' Keyboard Enlarger

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

Cos'è Input Tools' Keyboard Enlarger?

Input Tools' Keyboard Enlarger è un'estensione di Chrome sviluppata da Aurelien Lourot, e la sua funzione principale è "This extension makes Input Tools' keyboard larger. Nothing more, nothing less.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Input Tools' Keyboard Enlarger

Scarica i file di estensione Input Tools' Keyboard Enlarger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Input Tools' Keyboard Enlarger Input Tools' Keyboard Enlarger
ID gjhnbhjegnfhehpjhkajgfbkcbpmomoh
URL Ufficiale https://chromewebstore.google.com/detail/input-tools-keyboard-enla/gjhnbhjegnfhehpjhkajgfbkcbpmomoh
Descrizione This extension makes Input Tools' keyboard larger. Nothing more, nothing less.
Dimensione del File 9.76 KB
Conteggio Installazioni 66,589
Versione Corrente 0.1.3
Ultimo Aggiornamento 2024-02-06
Data di Pubblicazione 2018-08-01
Valutazione 4.19/5 Totale 101 Valutazioni
Sviluppatore Aurelien Lourot
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/AurelienLourot/google-input-tools-large-keyboard
Lingue Supportate 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": []
}