AiArtist

An AI to provide illustrations to your written content.

Was ist AiArtist?

AiArtist ist eine Chrome-Erweiterung, die von ramsrigouthamg entwickelt wurde, und ihr Hauptmerkmal ist "An AI to provide illustrations to your written content.".

Erweiterungsscreenshots

screenshot

AiArtist-Erweiterungs-CRX-Datei herunterladen

Laden Sie AiArtist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AiArtist AiArtist
ID odfcplkplkaoehpnclejafhhodpmjjmk
Offizielle URL https://chrome.google.com/webstore/detail/aiartist/odfcplkplkaoehpnclejafhhodpmjjmk
Beschreibung An AI to provide illustrations to your written content.
Dateigröße 84.19 KB
Installationsanzahl 504
Aktuelle Version 3.0
Letztes Update 2020-11-07
Veröffentlichungsdatum 2020-04-09
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler ramsrigouthamg
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.aiartist.io/
Unterstützte Sprachen 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",
        ""
    ]
}