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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย guyfawkesmint และคุณลักษณะหลักของมันคือ "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย nMeme

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ nMeme nMeme
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"
}