Meme Maker
Add meme text to any image and share it to Imgur
ما هو Meme Maker؟
Meme Maker هو إضافة Chrome تم تطويرها بواسطة Paul LeMarquand، والميزة الرئيسية لها هي "Add meme text to any image and share it to Imgur".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Meme Maker
قم بتنزيل ملفات الامتداد Meme Maker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Right click any image on the web and add meme text to it. Upload it directly to imgur. It's that simple! You can then use imgur to upload directly to Reddit, Facebook, Twitter or another social network.
معلومات أساسية عن التمديد
الاسم | Meme Maker |
ID | ficbamdhpkgoalecmiclffghlllemcki |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/meme-maker/ficbamdhpkgoalecmiclffghlllemcki |
الوصف | Add meme text to any image and share it to Imgur |
حجم الملف | 1.72 MB |
عدد التثبيتات | 1,577 |
النسخة الحالية | 0.1.202 |
آخر تحديث | 2014-05-02 |
تاريخ النشر | 2014-05-02 |
تقييم | 3.16/5 مجموع تقييمات 25 |
المطور | Paul LeMarquand |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meme Maker", "version": "0.1.202", "manifest_version": 2, "description": "Add meme text to any image and share it to Imgur", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "permissions": [ "contextMenus", "http:\/\/*\/", "https:\/\/*\/", "*:\/\/*\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_start", "all_frames": false } ], "web_accessible_resources": [ "scripts\/controller\/app.js", "scripts\/components\/editor.js", "scripts\/vendor\/*.js", "scripts\/vendor\/*.map", "styles\/*.css", "*.html", "fonts\/impactreg.eot", "fonts\/impactreg.ttf", "fonts\/impactreg.woff" ] } |