Input Tools' Keyboard Enlarger

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

Input Tools' Keyboard Enlarger là gì?

Input Tools' Keyboard Enlarger là một tiện ích mở rộng Chrome được phát triển bởi Aurelien Lourot, và tính năng chính của nó là "This extension makes Input Tools' keyboard larger. Nothing more, nothing less.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Input Tools' Keyboard Enlarger

Tải xuống các tệp mở rộng Input Tools' Keyboard Enlarger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Input Tools' Keyboard Enlarger Input Tools' Keyboard Enlarger
ID gjhnbhjegnfhehpjhkajgfbkcbpmomoh
URL Chính Thức https://chromewebstore.google.com/detail/input-tools-keyboard-enla/gjhnbhjegnfhehpjhkajgfbkcbpmomoh
Mô tả This extension makes Input Tools' keyboard larger. Nothing more, nothing less.
Kích Thước Tệp 9.76 KB
Số Lần Cài Đặt 66,589
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2024-02-06
Ngày Phát Hành 2018-08-01
Đánh Giá 4.19/5 Tổng số 101 Đánh Giá
Nhà Phát Triển Aurelien Lourot
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/AurelienLourot/google-input-tools-large-keyboard
Ngôn Ngữ Được Hỗ Trợ 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": []
}