Meme Maker

Add meme text to any image and share it to Imgur

Meme Makerคืออะไร?

Meme Maker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul LeMarquand และคุณลักษณะหลักของมันคือ "Add meme text to any image and share it to Imgur"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Meme Maker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Right click any image on the web and add meme text to it. Upload it directly to imgur. It's that simple!

You can then use imgur to upload directly to Reddit, Facebook, Twitter or another social network.                    

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

ชื่อ Meme Maker Meme Maker
ID ficbamdhpkgoalecmiclffghlllemcki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/meme-maker/ficbamdhpkgoalecmiclffghlllemcki
คำอธิบาย Add meme text to any image and share it to Imgur
ขนาดไฟล์ 1.72 MB
จำนวนการติดตั้ง 1,577
เวอร์ชันปัจจุบัน 0.1.202
อัปเดตครั้งล่าสุด 2014-05-02
วันที่เผยแพร่ 2014-05-02
คะแนน 3.16/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา Paul LeMarquand
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meme Maker",
    "version": "0.1.202",
    "manifest_version": 2,
    "description": "Add meme text to any image and share it to Imgur",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "scripts\/controller\/app.js",
        "scripts\/components\/editor.js",
        "scripts\/vendor\/*.js",
        "scripts\/vendor\/*.map",
        "styles\/*.css",
        "*.html",
        "fonts\/impactreg.eot",
        "fonts\/impactreg.ttf",
        "fonts\/impactreg.woff"
    ]
}