Meme Maker
Add meme text to any image and share it to Imgur
什么是Meme Maker?
Meme Maker是由Paul LeMarquand开发的Chrome扩展程序,该扩展的主要功能是“Add meme text to any image and share it to Imgur”。
扩展截图
下载Meme Maker扩展crx文件
下载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 |
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" ] } |