Typewriter

Plays typewriter sounds when you type on any web site.

What is Typewriter?

Typewriter is a Chrome extension developed by https://www.calmlywriter.com, and its main feature is "Plays typewriter sounds when you type on any web site.".

Extension Screenshots

screenshot

Download Typewriter Extension CRX File

Download Typewriter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Typewriter Typewriter
ID jfghikfjnjkjkdpndeecjheealfoabhc
Official URL https://chromewebstore.google.com/detail/typewriter/jfghikfjnjkjkdpndeecjheealfoabhc
Description Plays typewriter sounds when you type on any web site.
File Size 179 KB
Installation Count 7,708
Current Version 2.2
Last Updated 2024-02-13
Publish Date 2020-06-16
Rating 3.48/5 Total 42 Ratings
Developer https://www.calmlywriter.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}