KeyPress Live: Instant Keyboard Input Display

Real-Time Keyboard Input Display Extension for Every Webpage

KeyPress Live: Instant Keyboard Input Displayคืออะไร?

KeyPress Live: Instant Keyboard Input Display เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lwebapp.com และคุณลักษณะหลักของมันคือ "Real-Time Keyboard Input Display Extension for Every Webpage"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KeyPress Live: Instant Keyboard Input Display

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

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

                        🔲 Introduction
KeyPress Live is a powerful Google Chrome extension that allows you to display real-time keyboard inputs on any webpage you visit. Whether you're demonstrating steps, recording tutorials, or sharing your web browsing experience with others, this extension provides an intuitive way to showcase your keyboard inputs, ensuring that your audience can clearly follow your actions.

🔲Usage

🔘 Install the Extension: Go to the Chrome Web Store and install the "KeyPress Live" extension.

🔘 Enable the Extension: Once installed, you'll see the "KeyPress Live" icon in your browser's toolbar, that is, the activation is successful.

🔘 Real-Time Display: As you press keys on your keyboard while browsing any webpage, the pressed keys will be displayed in real-time as text in a corner or a designated location on the current webpage.

🔘 Customize Settings: [TODO supports me to speed up updates] The extension offers customization options to tailor the display according to your preferences. You can choose the size, color, and font style of the displayed keyboard inputs, as well as adjust the display position to avoid interference with your browsing experience.

🔘 Toggle Visibility: If you want to temporarily hide the displayed keyboard inputs, simply click the extension icon to toggle the display on and off.

🔘 End Usage: When you no longer need to show the keyboard inputs, click the "KeyPress Live" icon in the browser toolbar to disable the extension.

KeyPress Live aims to provide a simple yet effective way for you to share your keyboard actions with others, enhancing clarity and visualization in your demonstrations and tutorials, whether you're working, learning, or enjoying entertainment activities.                    

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

ชื่อ KeyPress Live: Instant Keyboard Input Display KeyPress Live: Instant Keyboard Input Display
ID hlpoabpmfhmopgimggiaigipbeliancc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/keypress-live-instant-key/hlpoabpmfhmopgimggiaigipbeliancc
คำอธิบาย Real-Time Keyboard Input Display Extension for Every Webpage
ขนาดไฟล์ 20.36 KB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-09-06
วันที่เผยแพร่ 2023-09-05
ผู้พัฒนา https://lwebapp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lwebapp.com
URL หน้าช่วยเหลือ https://lwebapp.com
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/copy-csdn-privacy-policy/home
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KeyPress Live: Instant Keyboard Input Display",
    "version": "1.0",
    "description": "Real-Time Keyboard Input Display Extension for Every Webpage",
    "homepage_url": "https:\/\/lwebapp.com\/",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.script.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}