Typewriter SE!

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

Cos'è Typewriter SE!?

Typewriter SE! è un'estensione di Chrome sviluppata da http://tigawa.github.io, e la sua funzione principale è "キーボードを押すとタイプライターをタッチしたときの、あの音が聞こえます。".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Typewriter SE!

Scarica i file di estensione Typewriter SE! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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


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

Informazioni di Base sull'Estensione

Nome Typewriter SE! Typewriter SE!
ID jpfngkjiepfpdmkijpcbcckkodkdidcl
URL Ufficiale https://chrome.google.com/webstore/detail/typewriter-se/jpfngkjiepfpdmkijpcbcckkodkdidcl
Descrizione キーボードを押すとタイプライターをタッチしたときの、あの音が聞こえます。
Dimensione del File 21.08 KB
Conteggio Installazioni 38
Versione Corrente 1.1
Ultimo Aggiornamento 2014-05-28
Data di Pubblicazione 2014-05-28
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore http://tigawa.github.io
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}