hansah - lowercase the web
lowercase everything. love. pink. polka dots.
hansah - lowercase the webคืออะไร?
hansah - lowercase the web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kyledreger และคุณลักษณะหลักของมันคือ "lowercase everything. love. pink. polka dots."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย hansah - lowercase the web
ดาวน์โหลดไฟล์ส่วนขยาย hansah - lowercase the web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        lowercase is fun, join us!                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |  | 
| ID | enjbmefgkgffamingnaeiojfiehhggge | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hansah-lowercase-the-web/enjbmefgkgffamingnaeiojfiehhggge | 
| คำอธิบาย | lowercase everything. love. pink. polka dots. | 
| ขนาดไฟล์ | 14.28 KB | 
| จำนวนการติดตั้ง | 66 | 
| เวอร์ชันปัจจุบัน | 1.0.0 | 
| อัปเดตครั้งล่าสุด | 2014-04-09 | 
| วันที่เผยแพร่ | 2014-04-09 | 
| คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน | 
| ผู้พัฒนา | kyledreger | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | http://kyledreger.com | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hansah - lowercase the web",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "lowercase everything. love. pink. polka dots.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "hansah.css"
            ]
        }
    ]
} | |