Variable Cage
Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart.
什麼是Variable Cage?
Variable Cage是由scubbojj開發的Chrome擴展程式,該擴展的主要功能是“Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart.”。
擴展截圖
下載Variable Cage擴展crx文件
下載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 |
官方網址 | 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" } ] } |