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