Input Tools' Keyboard Enlarger

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

Qu'est-ce que Input Tools' Keyboard Enlarger ?

Input Tools' Keyboard Enlarger est une extension Chrome développée par Aurelien Lourot, et sa fonction principale est "This extension makes Input Tools' keyboard larger. Nothing more, nothing less.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Input Tools' Keyboard Enlarger

Téléchargez les fichiers d'extension Input Tools' Keyboard Enlarger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Input Tools' Keyboard Enlarger Input Tools' Keyboard Enlarger
ID gjhnbhjegnfhehpjhkajgfbkcbpmomoh
URL Officiel https://chromewebstore.google.com/detail/input-tools-keyboard-enla/gjhnbhjegnfhehpjhkajgfbkcbpmomoh
Description This extension makes Input Tools' keyboard larger. Nothing more, nothing less.
Taille du Fichier 9.76 KB
Nombre d'Installations 66,589
Version Actuelle 0.1.3
Dernière Mise à Jour 2024-02-06
Date de Publication 2018-08-01
Évaluation 4.19/5 Total 101 Évaluations
Développeur Aurelien Lourot
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/AurelienLourot/google-input-tools-large-keyboard
Langues Prises en Charge 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": []
}