Meme Maker
Add meme text to any image and share it to Imgur
Meme Maker là gì?
Meme Maker là một tiện ích mở rộng Chrome được phát triển bởi Paul LeMarquand, và tính năng chính của nó là "Add meme text to any image and share it to Imgur".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Meme Maker
Tải xuống các tệp mở rộng Meme Maker 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Meme Maker |
ID | ficbamdhpkgoalecmiclffghlllemcki |
URL Chính Thức | https://chromewebstore.google.com/detail/meme-maker/ficbamdhpkgoalecmiclffghlllemcki |
Mô tả | Add meme text to any image and share it to Imgur |
Kích Thước Tệp | 1.72 MB |
Số Lần Cài Đặt | 1,577 |
Phiên Bản Hiện Tại | 0.1.202 |
Cập Nhật Lần Cuối | 2014-05-02 |
Ngày Phát Hành | 2014-05-02 |
Đánh Giá | 3.16/5 Tổng số 25 Đánh Giá |
Nhà Phát Triển | Paul LeMarquand |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |