Input Tools' Keyboard Enlarger

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

Τι είναι το Input Tools' Keyboard Enlarger;

Το Input Tools' Keyboard Enlarger είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Aurelien Lourot, και η κύρια λειτουργία του είναι "This extension makes Input Tools' keyboard larger. Nothing more, nothing less.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Input Tools' Keyboard Enlarger

Λήψη αρχείων επέκτασης Input Tools' Keyboard Enlarger σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Input Tools' Keyboard Enlarger Input Tools' Keyboard Enlarger
ID gjhnbhjegnfhehpjhkajgfbkcbpmomoh
Επίσημο URL https://chromewebstore.google.com/detail/input-tools-keyboard-enla/gjhnbhjegnfhehpjhkajgfbkcbpmomoh
Περιγραφή This extension makes Input Tools' keyboard larger. Nothing more, nothing less.
Μέγεθος Αρχείου 9.76 KB
Αριθμός Εγκαταστάσεων 66,589
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2024-02-06
Ημερομηνία Δημοσίευσης 2018-08-01
Αξιολόγηση 4.19/5 Συνολικά 101 Αξιολογήσεις
Προγραμματιστής Aurelien Lourot
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/AurelienLourot/google-input-tools-large-keyboard
Υποστηριζόμενες Γλώσσες 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": []
}