Input Tools' Keyboard Enlarger

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

Input Tools' Keyboard Enlarger란 무엇입니까?

Input Tools' Keyboard Enlarger은(는) Aurelien Lourot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension makes Input Tools' keyboard larger. Nothing more, nothing less."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Input Tools' Keyboard Enlarger 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": []
}