AISEO ART EXTENSION
AISEO ART - Edit images super easily.
ما هو AISEO ART EXTENSION؟
AISEO ART EXTENSION هو إضافة Chrome تم تطويرها بواسطة jan.buzan.1997، والميزة الرئيسية لها هي "AISEO ART - Edit images super easily.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AISEO ART EXTENSION
قم بتنزيل ملفات الامتداد AISEO ART EXTENSION بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
AISEO Art is a chrome extension that allows you to create variations of any image on the web with just a few clicks. With this extension, you can easily add filters, adjust colors, and apply different styles to any image on a website. Whether you're a designer, artist, or just looking to have some fun, AISEO Art makes it easy to create unique and interesting images that stand out. Give it a try and see what you can create!
معلومات أساسية عن التمديد
الاسم | AISEO ART EXTENSION |
ID | hbdpcocpnklcmdnencjgopobbmmjeadb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aiseo-art-extension/hbdpcocpnklcmdnencjgopobbmmjeadb |
الوصف | AISEO ART - Edit images super easily. |
حجم الملف | 198 KB |
عدد التثبيتات | 481 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2023-03-30 |
تاريخ النشر | 2023-02-03 |
تقييم | 4.72/5 مجموع تقييمات 490 |
المطور | jan.buzan.1997 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://art.aiseo.ai/ |
عنوان صفحة المساعدة | https://art.aiseo.ai/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AISEO ART EXTENSION", "description": "AISEO ART - Edit images super easily.", "version": "0.0.5", "manifest_version": 3, "action": { "default_title": "Popup default title", "default_popup": ".\/pages\/popup\/index.html" }, "permissions": [ "contextMenus", "activeTab", "tabs", "storage" ], "background": { "service_worker": ".\/scripts\/background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "web-components\/sidebar.css", "web-components\/imagebox.css", "images\/symbol.png", "images\/aiseo.png" ], "matches": [ "https:\/\/*\/*" ] }, { "resources": [ "web-components\/sidebar.html" ], "matches": [ "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ ".\/web-components\/bundle.js", ".\/web-components\/art_sidebar.js", ".\/scripts\/content.js", ".\/scripts\/sidebarContent.js" ] } ], "icons": { "16": ".\/images\/symbol.png", "24": ".\/images\/symbol.png", "32": ".\/images\/symbol.png", "128": ".\/images\/symbol.png" } } |