Kirby
Create shareable images with text perfect for all your social networks.
ما هو Kirby؟
Kirby هو إضافة Chrome تم تطويرها بواسطة arkmuntasser، والميزة الرئيسية لها هي "Create shareable images with text perfect for all your social networks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kirby
قم بتنزيل ملفات الامتداد Kirby بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Found a picture online that you want to share online? Quickly grab it, add some text and color to it with Kirby!
معلومات أساسية عن التمديد
الاسم | |
ID | idifdafiomeepfkickmelljpfmlnihmo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/kirby/idifdafiomeepfkickmelljpfmlnihmo |
الوصف | Create shareable images with text perfect for all your social networks. |
حجم الملف | 62.35 KB |
عدد التثبيتات | 25 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2016-01-16 |
تاريخ النشر | 2016-01-16 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | arkmuntasser |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kirby", "version": "1.0.4", "description": "Create shareable images with text perfect for all your social networks.", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/style.css" ], "js": [ "loadMeme.js", "canvas.js", "main.js" ] } ], "permissions": [ "activeTab", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Open Kirby", "default_icon": "icon-185.png" }, "minimum_chrome_version": "6.0.0.0", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png", "185": "icon-185.png" }, "manifest_version": 2 } |