memefy

Turn your frown upside down.

memefyคืออะไร?

memefy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vaithschmitz และคุณลักษณะหลักของมันคือ "Turn your frown upside down."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tired of motivational LinkedIn posts? 
Sick of seeing all those amazing places your friends are at on Facebook, while you're stuck in a cubicle? 
Hate boring stock images but love quality, dank memes?

Enter memefy!
memefy turns all those boring images into the hottest memes. Just hit the button, refresh your page and get ready to have your day made memetastic.

What are you waiting for?
Start memefying today. With memefy.                    

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

ชื่อ memefy memefy
ID ojapbinmankpnplopneckenkgnmfjjgm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/memefy/ojapbinmankpnplopneckenkgnmfjjgm
คำอธิบาย Turn your frown upside down.
ขนาดไฟล์ 106 KB
จำนวนการติดตั้ง 164
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-10-07
วันที่เผยแพร่ 2019-10-05
ผู้พัฒนา vaithschmitz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "memefy",
    "version": "1.0.2",
    "description": "Turn your frown upside down.",
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "page_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}