Memeify

This app is an easy and convenient way to use the Spongebob mocking meme on the go. Just type whatever text you what memeified into…

Memeify là gì?

Memeify là một tiện ích mở rộng Chrome được phát triển bởi jjrylearn, và tính năng chính của nó là "This app is an easy and convenient way to use the Spongebob mocking meme on the go. Just type whatever text you what memeified into…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Memeify

Tải xuống các tệp mở rộng Memeify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This app is an easy and convenient way to use the Spongebob mocking meme on the go. Just type whatever text you what memeified into the extensions text box, then press enter and voila! You have a meme'd up picture of spongebob with your text ready to copy and paste.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Memeify Memeify
ID iogidijblegigcogjjbdhbmalmimofad
URL Chính Thức https://chrome.google.com/webstore/detail/memeify/iogidijblegigcogjjbdhbmalmimofad
Mô tả This app is an easy and convenient way to use the Spongebob mocking meme on the go. Just type whatever text you what memeified into…
Kích Thước Tệp 44.87 KB
Số Lần Cài Đặt 859
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-11-14
Ngày Phát Hành 2017-11-14
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển jjrylearn
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Memeify",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.slim.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}