Typewriter SE!

キーボードを押すとタイプライターをタッチしたときの、あの音が聞こえます。

What is Typewriter SE!?

Typewriter SE! is a Chrome extension developed by http://tigawa.github.io, and its main feature is "キーボードを押すとタイプライターをタッチしたときの、あの音が聞こえます。".

Extension Screenshots

Download Typewriter SE! Extension CRX File

Download Typewriter SE! 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

                        キーによってはタイプライター以外の音もなります。どんな音がなる探してみてください!!


キーボードを押すごとにタイプライターの音がなるので楽しい気持ちになり、文章を書くのが楽しくなります♪                    

Extension Basic Information

Name Typewriter SE! Typewriter SE!
ID jpfngkjiepfpdmkijpcbcckkodkdidcl
Official URL https://chrome.google.com/webstore/detail/typewriter-se/jpfngkjiepfpdmkijpcbcckkodkdidcl
Description キーボードを押すとタイプライターをタッチしたときの、あの音が聞こえます。
File Size 21.08 KB
Installation Count 38
Current Version 1.1
Last Updated 2014-05-28
Publish Date 2014-05-28
Rating 1.00/5 Total 2 Ratings
Developer http://tigawa.github.io
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Typewriter SE!",
    "version": "1.1",
    "manifest_version": 2,
    "description": "\u30ad\u30fc\u30dc\u30fc\u30c9\u3092\u62bc\u3059\u3068\u30bf\u30a4\u30d7\u30e9\u30a4\u30bf\u30fc\u3092\u30bf\u30c3\u30c1\u3057\u305f\u3068\u304d\u306e\u3001\u3042\u306e\u97f3\u304c\u805e\u3053\u3048\u307e\u3059\u3002",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "128": "images\/typewriter.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "typing.js"
            ]
        }
    ]
}