Meme Generator

Create a meme from an image on a page

Meme Generator là gì?

Meme Generator là một tiện ích mở rộng Chrome được phát triển bởi VDubs, và tính năng chính của nó là "Create a meme from an image on a page".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Meme Generator 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 allows you to create a meme on the fly from the page you are on. 
Only JPG, PNG, GIF, BMP, TIFF and APNG are looked at if the height is greater than 150px.

Settings can now be saved and are loaded automatically.                    

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

Tên Meme Generator Meme Generator
ID bkfbjlljbnbhhmlfiegbamebionjpfok
URL Chính Thức https://chromewebstore.google.com/detail/meme-generator/bkfbjlljbnbhhmlfiegbamebionjpfok
Mô tả Create a meme from an image on a page
Kích Thước Tệp 29.39 KB
Số Lần Cài Đặt 268
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2020-03-17
Ngày Phát Hành 2020-03-17
Nhà Phát Triển VDubs
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/DutchRican/meme_gen
URL Trang Trợ Giúp https://github.com/DutchRican/meme_gen
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meme Generator",
    "short_name": "Meme Generator",
    "version": "0.3.1",
    "description": "Create a meme from an image on a page",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": ".\/icons\/icon16.png",
        "32": ".\/icons\/icon32.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "index.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}