Stop Shouting

Lowercase all letters that don't start a word

Stop Shoutingคืออะไร?

Stop Shouting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shea Levy และคุณลักษณะหลักของมันคือ "Lowercase all letters that don't start a word"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stop Shouting

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}