Variable Cage
Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart.
Variable Cageคืออะไร?
Variable Cage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scubbojj และคุณลักษณะหลักของมันคือ "Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Variable Cage
ดาวน์โหลดไฟล์ส่วนขยาย Variable Cage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart of placecage.com. This extension was obviously inspired by the excellent nCage (http://bit.ly/18XlqFL), but, blasphemous though it may be to admit it, there is such a thing as too much of His Greatness. For added subtlety, this extension allows you to set individual probabilities for Crazy, Gray, .gif, and "Normal" pictures of the One True God. Additional thanks to Dom C. and Esther M. for providing my inspiration, to Sophie for enabling and encouraging my devotion, to /r/onetruegod for providing a haven and a sanctuary, and most of all to His Cageness. Source available at github.com/scubbo/vCage
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | amkljdnkepnplfpbdaginfadckgiofmc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/variable-cage/amkljdnkepnplfpbdaginfadckgiofmc |
คำอธิบาย | Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart. |
ขนาดไฟล์ | 45.73 KB |
จำนวนการติดตั้ง | 143 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-01-05 |
วันที่เผยแพร่ | 2015-01-05 |
คะแนน | 2.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | scubbojj |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Variable Cage", "short_name": "vCage", "description": "Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart.", "icons": { "128": "icon.png" }, "version": "1.1", "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "replace_script.js" ], "run_at": "document_end" } ] } |