Imgflip Quick Create
Instantly create memes from images and create GIFs from videos on the web
Imgflip Quick Create क्या है?
Imgflip Quick Create imgflip द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly create memes from images and create GIFs from videos on the web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Imgflip Quick Create एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } |