Smooth Keyboard - Virtual Keyboard

Smooth keyboard - virtual keyboard for secure typing, touch devices, Chromebook.

Smooth Keyboard - Virtual Keyboardคืออะไร?

Smooth Keyboard - Virtual Keyboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robert9014 และคุณลักษณะหลักของมันคือ "Smooth keyboard - virtual keyboard for secure typing, touch devices, Chromebook."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smooth Keyboard - Virtual Keyboard

ดาวน์โหลดไฟล์ส่วนขยาย Smooth Keyboard - Virtual Keyboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Smooth Keyboard is an on-screen virtual keyboard. You can input text using a touch screen or mouse. 

Features:
⭐ Full-screen keyboard or mini version
⭐ Go to URL panel
⭐ On-demand or Always-on mode
⭐ Languages: English, French, German, Polish, Russian, Italian, Korean, Magyar, Norwegian, Slovenian, Spanish, Swedish, Tamil                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smooth Keyboard - Virtual Keyboard Smooth Keyboard - Virtual Keyboard
ID edailiddamlkedgjaoialogpllocmgjg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/smooth-keyboard-virtual-k/edailiddamlkedgjaoialogpllocmgjg
คำอธิบาย Smooth keyboard - virtual keyboard for secure typing, touch devices, Chromebook.
ขนาดไฟล์ 238 KB
จำนวนการติดตั้ง 600,000
เวอร์ชันปัจจุบัน 0.7.8
อัปเดตครั้งล่าสุด 2022-02-23
วันที่เผยแพร่ 2021-08-15
คะแนน 4.27/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา robert9014
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1bXEamQesingZAa-V0L-2l1JNpJON7bgusQM0mKhR_xQ/edit?usp=sharing
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "html\/options.html",
    "page_action": {
        "default_icon": "buttons\/keyboard_2.png",
        "default_popup": "html\/toggle.html",
        "default_title": "On Screen Keyboard"
    },
    "permissions": [
        "",
        "storage"
    ],
    "version": "0.7.8",
    "web_accessible_resources": [
        "html\/*",
        "css\/*",
        "options\/*",
        "js\/*",
        "icons\/*",
        "buttons\/*"
    ]
}