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 |
公式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" } ] } |