AiArtist

An AI to provide illustrations to your written content.

Wat is AiArtist?

AiArtist is een Chrome-extensie ontwikkeld door ramsrigouthamg, en de belangrijkste functie is "An AI to provide illustrations to your written content.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AiArtist

Download AiArtist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AiArtist AiArtist
ID odfcplkplkaoehpnclejafhhodpmjjmk
Officiële URL https://chrome.google.com/webstore/detail/aiartist/odfcplkplkaoehpnclejafhhodpmjjmk
Beschrijving An AI to provide illustrations to your written content.
Bestandsgrootte 84.19 KB
Aantal Installaties 504
Huidige Versie 3.0
Laatst Bijgewerkt 2020-11-07
Publicatiedatum 2020-04-09
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar ramsrigouthamg
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.aiartist.io/
Ondersteunde Talen 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",
        ""
    ]
}