Meme Maker
Add meme text to any image and share it to Imgur
What is Meme Maker?
Meme Maker is a Chrome extension developed by Paul LeMarquand, and its main feature is "Add meme text to any image and share it to Imgur".
Extension Screenshots
Download Meme Maker Extension CRX File
Download Meme Maker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Meme Maker |
ID | ficbamdhpkgoalecmiclffghlllemcki |
Official URL | https://chromewebstore.google.com/detail/meme-maker/ficbamdhpkgoalecmiclffghlllemcki |
Description | Add meme text to any image and share it to Imgur |
File Size | 1.72 MB |
Installation Count | 1,577 |
Current Version | 0.1.202 |
Last Updated | 2014-05-02 |
Publish Date | 2014-05-02 |
Rating | 3.16/5 Total 25 Ratings |
Developer | Paul LeMarquand |
Payment Type | free |
Supported Languages | 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" ] } |