Some Circus Clown
An extension that replaces 'Ben Carson' with 'some circus clown'
Some Circus Clownคืออะไร?
Some Circus Clown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kathleenburk08 และคุณลักษณะหลักของมันคือ "An extension that replaces 'Ben Carson' with 'some circus clown'"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Some Circus Clown
ดาวน์โหลดไฟล์ส่วนขยาย Some Circus Clown ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that replaces 'Ben Carson' with 'some circus clown' Version 1.0 Refactored code Version 0.2 Working code! Replaces 'Carson' with 'the circus clown', 'Dr. Ben Carson' with 'Dr. Circus Clown', and 'Dr. Benjamin Carson' with 'Dr. Barnum and Bailey Circus Clown Supreme'. Version 0.1 Test run, not working
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Some Circus Clown |
ID | iaamcepimkmnknomgcodjeihafpnfhmf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/some-circus-clown/iaamcepimkmnknomgcodjeihafpnfhmf |
คำอธิบาย | An extension that replaces 'Ben Carson' with 'some circus clown' |
ขนาดไฟล์ | 34.78 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-09 |
วันที่เผยแพร่ | 2015-11-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | kathleenburk08 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Circus Clown", "description": "An extension that replaces 'Ben Carson' with 'some circus clown'", "version": "1.0", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |