AISEO ART EXTENSION

AISEO ART - Edit images super easily.

O que é AISEO ART EXTENSION?

AISEO ART EXTENSION é uma extensão do Chrome desenvolvida por jan.buzan.1997, e sua principal característica é "AISEO ART - Edit images super easily.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AISEO ART EXTENSION

Baixe arquivos de extensão AISEO ART EXTENSION no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome AISEO ART EXTENSION AISEO ART EXTENSION
ID hbdpcocpnklcmdnencjgopobbmmjeadb
URL Oficial https://chromewebstore.google.com/detail/aiseo-art-extension/hbdpcocpnklcmdnencjgopobbmmjeadb
Descrição AISEO ART - Edit images super easily.
Tamanho do Arquivo 198 KB
Contagem de Instalações 481
Versão Atual 0.0.5
Última Atualização 2023-03-30
Data de Publicação 2023-02-03
Classificação 4.72/5 Total de 490 Avaliações
Desenvolvedor jan.buzan.1997
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://art.aiseo.ai/
URL da Página de Ajuda https://art.aiseo.ai/
Idiomas Suportados 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"
    }
}