AISEO ART EXTENSION

AISEO ART - Edit images super easily.

Qu'est-ce que AISEO ART EXTENSION ?

AISEO ART EXTENSION est une extension Chrome développée par jan.buzan.1997, et sa fonction principale est "AISEO ART - Edit images super easily.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AISEO ART EXTENSION

Téléchargez les fichiers d'extension AISEO ART EXTENSION au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom AISEO ART EXTENSION AISEO ART EXTENSION
ID hbdpcocpnklcmdnencjgopobbmmjeadb
URL Officiel https://chromewebstore.google.com/detail/aiseo-art-extension/hbdpcocpnklcmdnencjgopobbmmjeadb
Description AISEO ART - Edit images super easily.
Taille du Fichier 198 KB
Nombre d'Installations 481
Version Actuelle 0.0.5
Dernière Mise à Jour 2023-03-30
Date de Publication 2023-02-03
Évaluation 4.72/5 Total 490 Évaluations
Développeur jan.buzan.1997
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://art.aiseo.ai/
URL de la Page d'Aide https://art.aiseo.ai/
Langues Prises en Charge 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"
    }
}