v chill

make your browser v chill. https://github.com/kevinmcvey/v-chill

v chillคืออะไร?

v chill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kevin McVey และคุณลักษณะหลักของมันคือ "make your browser v chill. https://github.com/kevinmcvey/v-chill"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย v chill ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A really, really useless Chrome Extension that makes your browser SO CHILL. 95% experimenting with Chrome, 5% a bad joke.

Features, such as they are:

1. All text is lowercase.
2. Unchill words are replaced with chill counterparts. very becomes v, for instance.
3. Actually that's it. Just those two.

Enable and disable from chrome://extensions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ v chill v chill
ID pmomoiihehlkpfoamjffkelhjfnhmgoo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pmomoiihehlkpfoamjffkelhjfnhmgoo
คำอธิบาย make your browser v chill. https://github.com/kevinmcvey/v-chill
ขนาดไฟล์ 8.52 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-07-26
วันที่เผยแพร่ 2015-07-26
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Kevin McVey
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/kevinmcvey/v-chill
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "v chill",
    "version": "1.0",
    "description": "make your browser v chill. https:\/\/github.com\/kevinmcvey\/v-chill",
    "icons": {
        "128": "media\/logo128.png",
        "48": "media\/logo48.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/chill.js"
            ],
            "run_at": "document_idle"
        }
    ]
}