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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": []
}