Imgflip Quick Create
Instantly create memes from images and create GIFs from videos on the web
什麼是Imgflip Quick Create?
Imgflip Quick Create是由imgflip開發的Chrome擴展程式,該擴展的主要功能是“Instantly create memes from images and create GIFs from videos on the web”。
擴展截圖
下載Imgflip Quick Create擴展crx文件
下載Imgflip Quick Create擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This addon simply adds a button to the context menu for images and videos on websites you visit. If you right click (or tap and hold) on an image or video, you will be able to click "Create a meme from this image" or "Create a GIF from this video". This will open the Imgflip Meme Generator or GIF Maker with the image or video automatically uploaded so you can jump right into creating your image.
擴展基本資訊
名稱 | Imgflip Quick Create |
ID | ipdbhnffahpohpdkcelabahpmlheidff |
官方網址 | https://chromewebstore.google.com/detail/imgflip-quick-create/ipdbhnffahpohpdkcelabahpmlheidff |
簡介 | Instantly create memes from images and create GIFs from videos on the web |
檔案大小 | 11.5 KB |
安裝次數 | 2,000 |
目前版本 | 0.1.0 |
更新時間 | 2020-09-25 |
上架時間 | 2020-09-25 |
評分 | 5.00/5 共 7 次評分 |
開發者 | imgflip |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://imgflip.com |
隱私政策頁面URL | https://imgflip.com/privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Imgflip Quick Create", "version": "0.1.0", "description": "Instantly create memes from images and create GIFs from videos on the web", "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] }, "icons": { "16": "imgflip-icon-96.png", "32": "imgflip-icon-96.png", "48": "imgflip-icon-padded-192.png", "96": "imgflip-icon-padded-192.png" }, "permissions": [ "contextMenus" ], "manifest_version": 2 } |