Stop Shouting

Lowercase all letters that don't start a word

什么是Stop Shouting?

Stop Shouting是由Shea Levy开发的Chrome扩展程序,该扩展的主要功能是“Lowercase all letters that don't start a word”。

下载Stop Shouting扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Stop Shouting Stop Shouting
ID liiecdamnmccppkkhmgmphflimofkhij
官方URL https://chrome.google.com/webstore/detail/stop-shouting/liiecdamnmccppkkhmgmphflimofkhij
简介 Lowercase all letters that don't start a word
文件大小 4.62 KB
安装次数 15
当前版本 1.0.0
更新时间 2014-08-20
上架时间 2014-08-20
评分 5.00/5 共4次评分
开发者 Shea Levy
付费类型 free
扩展官网 https://github.com/shlevy/stop-shouting
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Shouting",
    "version": "1.0.0",
    "description": "Lowercase all letters that don't start a word",
    "author": "Shea Levy ",
    "homepage_url": "https:\/\/github.com\/shlevy\/stop-shouting",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "stop-shouting.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}