AISEO ART EXTENSION
AISEO ART - Edit images super easily.
¿Qué es AISEO ART EXTENSION?
AISEO ART EXTENSION es una extensión de Chrome desarrollada por jan.buzan.1997, y su función principal es "AISEO ART - Edit images super easily.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AISEO ART EXTENSION
Descarga archivos de extensión AISEO ART EXTENSION en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | AISEO ART EXTENSION |
ID | hbdpcocpnklcmdnencjgopobbmmjeadb |
URL Oficial | https://chromewebstore.google.com/detail/aiseo-art-extension/hbdpcocpnklcmdnencjgopobbmmjeadb |
Descripción | AISEO ART - Edit images super easily. |
Tamaño del Archivo | 198 KB |
Cantidad de Instalaciones | 481 |
Versión Actual | 0.0.5 |
Última Actualización | 2023-03-30 |
Fecha de Publicación | 2023-02-03 |
Calificación | 4.72/5 Total de 490 Calificaciones |
Desarrollador | jan.buzan.1997 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://art.aiseo.ai/ |
URL de la Página de Ayuda | https://art.aiseo.ai/ |
Idiomas Soportados | 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" } } |