CapAlert

CapAlert gives an audible warning when your Caps Lock is mistakenly left on.

O que é CapAlert?

CapAlert é uma extensão do Chrome desenvolvida por zodiakparedes, e sua principal característica é "CapAlert gives an audible warning when your Caps Lock is mistakenly left on.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CapAlert

Baixe arquivos de extensão CapAlert 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

                        I recently had an idea for a free extension. I am constantly typing with my caps on and don't become aware of it until I have finished typing. Very frustrating. My thought was: what if I created an extension that gave an audible warning when more than three caps are typed in a row, alerting you to look up at the screen? My new extension integrates wonderfully with both Firefox and Chrome browsers. My goal was to assist the visually impaired and the elderly who want to stay involved and current with social media, news and work. But even the best typist can forget their caps are on. Get CapAlert before having to type that whole paragraph again!

Thank you,
Zodiak Paredes                    

Informações Básicas da Extensão

Nome CapAlert CapAlert
ID ibeckhoigojdjkahpmemablmfgejemmk
URL Oficial https://chromewebstore.google.com/detail/capalert/ibeckhoigojdjkahpmemablmfgejemmk
Descrição CapAlert gives an audible warning when your Caps Lock is mistakenly left on.
Tamanho do Arquivo 204 KB
Contagem de Instalações 80
Versão Atual 0.2
Última Atualização 2020-09-05
Data de Publicação 2019-06-22
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor zodiakparedes
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.facebook.com/CapAlert-312364423009776
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CapAlert",
    "version": "0.2",
    "manifest_version": 2,
    "description": "CapAlert gives an audible warning when your Caps Lock is mistakenly left on.",
    "homepage_url": "https:\/\/www.capalert.us\/",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "page action demo",
        "default_popup": "page_action.html"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}