Pixelmodo
Easy Graphic Design Software. Simple Photo Editor.
ما هو Pixelmodo؟
Pixelmodo هو إضافة Chrome تم تطويرها بواسطة http://pixelmodo.com، والميزة الرئيسية لها هي "Easy Graphic Design Software. Simple Photo Editor.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pixelmodo
قم بتنزيل ملفات الامتداد Pixelmodo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Grab text and images from any webpage into the PixelModo editor for quick customisation. Highlight texts or right-click images on any webpage, select "Open in Pixelmodo". You'll be taken instantly to the editor to complete your graphics. Pixelmodo offers you: - Over 2,000,000+ royalty-free background photos, icons and shapes - Over 1,000,000+ quotes - 500+ templates with 50+ new templates added monthly - Ability to upload custom fonts - Ability to invite team members and organise your graphics in Folders - Pick a Pre-set size or enter a custom size.
معلومات أساسية عن التمديد
الاسم | |
ID | imbndbhdcdpdflhcfheflmabchahkooc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pixelmodo/imbndbhdcdpdflhcfheflmabchahkooc |
الوصف | Easy Graphic Design Software. Simple Photo Editor. |
حجم الملف | 42.67 KB |
عدد التثبيتات | 835 |
النسخة الحالية | 1.2 |
آخر تحديث | 2018-08-17 |
تاريخ النشر | 2018-08-17 |
تقييم | 1.82/5 مجموع تقييمات 11 |
المطور | http://pixelmodo.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://pixelmodo.com |
عنوان صفحة المساعدة | https://pixelmodo.com/contact |
عنوان صفحة سياسة الخصوصية | https://joyworks.io/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pixelmodo", "description": "Easy Graphic Design Software. Simple Photo Editor.", "version": "1.2", "browser_action": { "default_icon": "favicon.png", "default_title": "Pixelmodo" }, "icons": { "32": "favicon.png", "48": "favicon.png", "56": "favicon.png", "64": "favicon.png" }, "permissions": [ "activeTab", "storage", "contextMenus", "tabs" ], "background": { "scripts": [ "pixelmodo.js" ] } } |