Typewriter

Plays typewriter sounds when you type on any web site.

Typewriterとは何ですか?

Typewriterはhttps://www.calmlywriter.comによって開発されたChromeの拡張機能で、その主な機能は「Plays typewriter sounds when you type on any web site.」です。

拡張機能のスクリーンショット

screenshot

Typewriter拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}