AiArtist

An AI to provide illustrations to your written content.

Co je AiArtist?

AiArtist je rozšíření Chrome vyvinuté ramsrigouthamg, a jeho hlavní funkcí je „An AI to provide illustrations to your written content.“.

Snímky obrazovky rozšíření

screenshot

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

Stáhněte si soubory rozšíření AiArtist 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í

                        https://www.aiartist.io/
An AI to provide auto suggested images/illustrations to your written content such as blogs etc.
All images are copyright free (CC0 license). Hence you can reuse and modify for your use, commercial or personal. 
We use NLP to understand written content and extract keywords. The keywords are matched with the tagged images to retrieve the best possible images corresponding to the keywords.                    

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

Název AiArtist AiArtist
ID odfcplkplkaoehpnclejafhhodpmjjmk
Oficiální URL https://chrome.google.com/webstore/detail/aiartist/odfcplkplkaoehpnclejafhhodpmjjmk
Popis An AI to provide illustrations to your written content.
Velikost souboru 84.19 KB
Počet instalací 504
Aktuální Verze 3.0
Poslední Aktualizace 2020-11-07
Datum Vydání 2020-04-09
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář ramsrigouthamg
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.aiartist.io/
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AiArtist",
    "version": "3.0",
    "description": "An AI to provide illustrations to your written content.",
    "browser_action": {
        "default_icon": "assets\/img\/aiartist128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": ".\/assets\/icons\/aiartist128.png",
        "48": ".\/assets\/icons\/aiartist48.png",
        "16": ".\/assets\/icons\/aiartist16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ],
        "persistence": false
    },
    "permissions": [
        "downloads",
        "storage",
        "webNavigation",
        ""
    ]
}