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" ] } |