no caps

makes all letters lowercase

什么是no caps?

no caps是由becca.ooo开发的Chrome扩展程序,该扩展的主要功能是“makes all letters lowercase”。

扩展截图

screenshot

下载no caps扩展crx文件

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

扩展使用说明

                        a simple extension that makes all the letters on the net lowercase, for those who don’t like feeling like they’re being yelled at or simply like the chill aesthetic.
please note that no caps will not work on images but will work on every other piece of text—this may cause problems, for which i can’t be held responsible.                    

扩展基本信息

名称 no caps no caps
ID pigekgheddnmgpefkabckldhlfcipkpm
官方URL https://chromewebstore.google.com/detail/no-caps/pigekgheddnmgpefkabckldhlfcipkpm
简介 makes all letters lowercase
文件大小 6.95 KB
安装次数 204
当前版本 1.1.0
更新时间 2014-11-12
上架时间 2014-11-11
评分 4.47/5 共36次评分
开发者 becca.ooo
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "no caps",
    "version": "1.1.0",
    "author": "9999yea.rs",
    "description": "makes all letters lowercase",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        ""
    ],
    "offline_enabled": true
}