AISEO ART EXTENSION

AISEO ART - Edit images super easily.

Apa itu AISEO ART EXTENSION?

AISEO ART EXTENSION adalah ekstensi Chrome yang dikembangkan oleh jan.buzan.1997, dan fitur utamanya adalah "AISEO ART - Edit images super easily.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi AISEO ART EXTENSION

Unduh file ekstensi AISEO ART EXTENSION dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama AISEO ART EXTENSION AISEO ART EXTENSION
ID hbdpcocpnklcmdnencjgopobbmmjeadb
URL Resmi https://chromewebstore.google.com/detail/aiseo-art-extension/hbdpcocpnklcmdnencjgopobbmmjeadb
Deskripsi AISEO ART - Edit images super easily.
Ukuran File 198 KB
Jumlah Instalasi 481
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2023-03-30
Tanggal Publikasi 2023-02-03
Penilaian 4.72/5 Total 490 Penilaian
Pengembang jan.buzan.1997
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://art.aiseo.ai/
URL Halaman Bantuan https://art.aiseo.ai/
Bahasa yang Didukung 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"
    }
}