Meme Generator
Create a meme from an image on a page
Meme Generator क्या है?
Meme Generator VDubs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create a meme from an image on a page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Meme Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } } |