Typewriter

Plays typewriter sounds when you type on any web site.

O que é Typewriter?

Typewriter é uma extensão do Chrome desenvolvida por https://www.calmlywriter.com, e sua principal característica é "Plays typewriter sounds when you type on any web site.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Typewriter

Baixe arquivos de extensão Typewriter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Typewriter Typewriter
ID jfghikfjnjkjkdpndeecjheealfoabhc
URL Oficial https://chromewebstore.google.com/detail/typewriter/jfghikfjnjkjkdpndeecjheealfoabhc
Descrição Plays typewriter sounds when you type on any web site.
Tamanho do Arquivo 179 KB
Contagem de Instalações 7,708
Versão Atual 2.2
Última Atualização 2024-02-13
Data de Publicação 2020-06-16
Classificação 3.48/5 Total de 42 Avaliações
Desenvolvedor https://www.calmlywriter.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}