Typewriter

Plays typewriter sounds when you type on any web site.

Typewriterคืออะไร?

Typewriter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.calmlywriter.com และคุณลักษณะหลักของมันคือ "Plays typewriter sounds when you type on any web site."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Typewriter

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

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

                        Feel what it was like to write with a typewriter again.                    

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

ชื่อ Typewriter Typewriter
ID jfghikfjnjkjkdpndeecjheealfoabhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/typewriter/jfghikfjnjkjkdpndeecjheealfoabhc
คำอธิบาย Plays typewriter sounds when you type on any web site.
ขนาดไฟล์ 179 KB
จำนวนการติดตั้ง 7,708
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2020-06-16
คะแนน 3.48/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา https://www.calmlywriter.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Typewriter",
    "description": "Plays typewriter sounds when you type on any web site.",
    "version": "2.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "TypeWriter.js"
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Typewriter sounds"
    },
    "permissions": [
        "storage",
        "offscreen"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}