Meme Generator
Create a meme from an image on a page
Meme Generatorとは何ですか?
Meme GeneratorはVDubsによって開発されたChromeの拡張機能で、その主な機能は「Create a meme from an image on a page」です。
拡張機能のスクリーンショット
Meme Generator拡張機能のCRXファイルをダウンロード
Meme Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This allows you to create a meme on the fly from the page you are on. Only JPG, PNG, GIF, BMP, TIFF and APNG are looked at if the height is greater than 150px. Settings can now be saved and are loaded automatically.
拡張機能の基本情報
名前 | Meme Generator |
ID | bkfbjlljbnbhhmlfiegbamebionjpfok |
公式URL | https://chromewebstore.google.com/detail/meme-generator/bkfbjlljbnbhhmlfiegbamebionjpfok |
説明 | Create a meme from an image on a page |
ファイルサイズ | 29.39 KB |
インストール数 | 268 |
現在のバージョン | 0.3.1 |
最終更新日 | 2020-03-17 |
公開日 | 2020-03-17 |
開発者 | VDubs |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/DutchRican/meme_gen |
ヘルプページのURL | https://github.com/DutchRican/meme_gen |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meme Generator", "short_name": "Meme Generator", "version": "0.3.1", "description": "Create a meme from an image on a page", "manifest_version": 2, "permissions": [ "activeTab", "storage" ], "icons": { "16": ".\/icons\/icon16.png", "32": ".\/icons\/icon32.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "background": { "scripts": [ "index.js" ], "persistent": false }, "browser_action": { "default_popup": "index.html" }, "options_ui": { "page": "options.html", "open_in_tab": false } } |