AISEO ART EXTENSION
AISEO ART - Edit images super easily.
Cos'è AISEO ART EXTENSION?
AISEO ART EXTENSION è un'estensione di Chrome sviluppata da jan.buzan.1997, e la sua funzione principale è "AISEO ART - Edit images super easily.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AISEO ART EXTENSION
Scarica i file di estensione AISEO ART EXTENSION in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | hbdpcocpnklcmdnencjgopobbmmjeadb |
| URL Ufficiale | https://chromewebstore.google.com/detail/aiseo-art-extension/hbdpcocpnklcmdnencjgopobbmmjeadb |
| Descrizione | AISEO ART - Edit images super easily. |
| Dimensione del File | 198 KB |
| Conteggio Installazioni | 481 |
| Versione Corrente | 0.0.5 |
| Ultimo Aggiornamento | 2023-03-30 |
| Data di Pubblicazione | 2023-02-03 |
| Valutazione | 4.72/5 Totale 490 Valutazioni |
| Sviluppatore | jan.buzan.1997 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://art.aiseo.ai/ |
| URL della Pagina di Aiuto | https://art.aiseo.ai/ |
| Lingue Supportate | 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"
}
} | |