AISEO ART EXTENSION
AISEO ART - Edit images super easily.
Was ist AISEO ART EXTENSION?
AISEO ART EXTENSION ist eine Chrome-Erweiterung, die von jan.buzan.1997 entwickelt wurde, und ihr Hauptmerkmal ist "AISEO ART - Edit images super easily.".
Erweiterungsscreenshots
AISEO ART EXTENSION-Erweiterungs-CRX-Datei herunterladen
Laden Sie AISEO ART EXTENSION-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hbdpcocpnklcmdnencjgopobbmmjeadb |
| Offizielle URL | https://chromewebstore.google.com/detail/aiseo-art-extension/hbdpcocpnklcmdnencjgopobbmmjeadb |
| Beschreibung | AISEO ART - Edit images super easily. |
| Dateigröße | 198 KB |
| Installationsanzahl | 481 |
| Aktuelle Version | 0.0.5 |
| Letztes Update | 2023-03-30 |
| Veröffentlichungsdatum | 2023-02-03 |
| Bewertung | 4.72/5 Insgesamt 490 Bewertungen |
| Entwickler | jan.buzan.1997 |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://art.aiseo.ai/ |
| Hilfeseite URL | https://art.aiseo.ai/ |
| Unterstützte Sprachen | 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"
}
} | |