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 |
官方網址 | 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" ] } |