Input Tools' Keyboard Enlarger

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

O que é Input Tools' Keyboard Enlarger?

Input Tools' Keyboard Enlarger é uma extensão do Chrome desenvolvida por Aurelien Lourot, e sua principal característica é "This extension makes Input Tools' keyboard larger. Nothing more, nothing less.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Input Tools' Keyboard Enlarger

Baixe arquivos de extensão Input Tools' Keyboard Enlarger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Input Tools' Keyboard Enlarger Input Tools' Keyboard Enlarger
ID gjhnbhjegnfhehpjhkajgfbkcbpmomoh
URL Oficial https://chromewebstore.google.com/detail/input-tools-keyboard-enla/gjhnbhjegnfhehpjhkajgfbkcbpmomoh
Descrição This extension makes Input Tools' keyboard larger. Nothing more, nothing less.
Tamanho do Arquivo 9.76 KB
Contagem de Instalações 66,589
Versão Atual 0.1.3
Última Atualização 2024-02-06
Data de Publicação 2018-08-01
Classificação 4.19/5 Total de 101 Avaliações
Desenvolvedor Aurelien Lourot
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/AurelienLourot/google-input-tools-large-keyboard
Idiomas Suportados 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": []
}