no caps

makes all letters lowercase

no capsคืออะไร?

no caps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย becca.ooo และคุณลักษณะหลักของมันคือ "makes all letters lowercase"

ภาพหน้าจอของส่วนขยาย

screenshot

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

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