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 |
官方網址 | 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" } |