Clown computing

Replaces the text 'cloud' with 'clown'.

Clown computingคืออะไร?

Clown computing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย technoboy85 และคุณลักษณะหลักของมันคือ "Replaces the text 'cloud' with 'clown'."

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

screenshot
screenshot

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

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

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

                        sourcecode: http://pastebin.com/embed_iframe.php?i=p6NgjEHL                    

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

ชื่อ Clown computing Clown computing
ID donnhmnpkaihbjbanpoiechcppadniam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clown-computing/donnhmnpkaihbjbanpoiechcppadniam
คำอธิบาย Replaces the text 'cloud' with 'clown'.
ขนาดไฟล์ 32.76 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-09-23
วันที่เผยแพร่ 2014-09-23
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา technoboy85
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clown computing",
    "version": "1.0",
    "description": "Replaces the text 'cloud' with 'clown'.",
    "icons": {
        "128": "pennywise.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}