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
        }
    ]
}