CapAlert

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

什么是CapAlert?

CapAlert是由zodiakparedes开发的Chrome扩展程序,该扩展的主要功能是“CapAlert gives an audible warning when your Caps Lock is mistakenly left on.”。

扩展截图

screenshot

下载CapAlert扩展crx文件

下载CapAlert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 CapAlert CapAlert
ID ibeckhoigojdjkahpmemablmfgejemmk
官方URL https://chromewebstore.google.com/detail/capalert/ibeckhoigojdjkahpmemablmfgejemmk
简介 CapAlert gives an audible warning when your Caps Lock is mistakenly left on.
文件大小 204 KB
安装次数 80
当前版本 0.2
更新时间 2020-09-05
上架时间 2019-06-22
评分 5.00/5 共2次评分
开发者 zodiakparedes
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.facebook.com/CapAlert-312364423009776
支持的语言 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"
    ]
}