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