Imgartfis

The Imgartfis chrome extension lets you create AI images on the go.

Co je Imgartfis?

Imgartfis je rozšíření Chrome vyvinuté https://www.imgartfiscreator.club, a jeho hlavní funkcí je „The Imgartfis chrome extension lets you create AI images on the go.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Imgartfis

Stáhněte si soubory rozšíření Imgartfis ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The Imgartfis chrome extension lets you create AI images directly in Google Search. This allows you to easily generate AI images based on Google searches.                    

Základní Informace o Rozšíření

Název Imgartfis Imgartfis
ID diojbhjgmllkkiahmejflonlgoongehl
Oficiální URL https://chromewebstore.google.com/detail/imgartfis/diojbhjgmllkkiahmejflonlgoongehl
Popis The Imgartfis chrome extension lets you create AI images on the go.
Velikost souboru 26.88 KB
Počet instalací 243
Aktuální Verze 1.0
Poslední Aktualizace 2023-05-08
Datum Vydání 2023-05-07
Vývojář https://www.imgartfiscreator.club
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://www.imgartfiscreator.club
URL Stránky Zásad Ochrany Soukromí https://imgartfiscreator.club/privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Imgartfis",
    "description": "The Imgartfis chrome extension lets you create AI images on the go.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": "imgartfis-icon-black.png"
    },
    "icons": {
        "16": "imgartfis-icon-16.png",
        "32": "imgartfis-icon-32.png",
        "48": "imgartfis-icon-48.png",
        "128": "imgartfis-icon-black.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*"
            ]
        }
    ]
}