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
官方網址 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
        }
    ]
}