Meme Generator
Create a meme from an image on a page
ما هو Meme Generator؟
Meme Generator هو إضافة Chrome تم تطويرها بواسطة VDubs، والميزة الرئيسية لها هي "Create a meme from an image on a page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Meme Generator
قم بتنزيل ملفات الامتداد Meme Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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 } } |