nMeme
Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
nMemeとは何ですか?
nMemeはguyfawkesmintによって開発されたChromeの拡張機能で、その主な機能は「Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.」です。
拡張機能のスクリーンショット
nMeme拡張機能のCRXファイルをダウンロード
nMeme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell. (nGabe is an existing fork of nCage) All credit goes to qwertyman1. If qwertyman1 (nCage's author) isn't happy with me publishing this, I'll happily take it down on his request.
拡張機能の基本情報
名前 | |
ID | ghipgjemcpdgmioojmkddgaeadfpeodd |
公式URL | https://chrome.google.com/webstore/detail/nmeme/ghipgjemcpdgmioojmkddgaeadfpeodd |
説明 | Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell. |
ファイルサイズ | 1.27 MB |
インストール数 | 42 |
現在のバージョン | 1.0 |
最終更新日 | 2014-03-25 |
公開日 | 2014-03-25 |
評価 | 1.00/5 合計 3 レビュー |
開発者 | guyfawkesmint |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "jquery-1.8.0.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.", "manifest_version": 2, "name": "nMeme", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |