AiArtist

An AI to provide illustrations to your written content.

Hvad er AiArtist?

AiArtist er en Chrome-udvidelse udviklet af ramsrigouthamg, og dens hovedfunktion er "An AI to provide illustrations to your written content.".

Udvidelsesskærmbilleder

screenshot

Download AiArtist-udvidelses-CRX-fil

Download AiArtist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn AiArtist AiArtist
ID odfcplkplkaoehpnclejafhhodpmjjmk
Officiel URL https://chrome.google.com/webstore/detail/aiartist/odfcplkplkaoehpnclejafhhodpmjjmk
Beskrivelse An AI to provide illustrations to your written content.
Filstørrelse 84.19 KB
Antal Installationer 504
Nuværende Version 3.0
Senest Opdateret 2020-11-07
Udgivelsesdato 2020-04-09
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler ramsrigouthamg
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.aiartist.io/
Understøttede Sprog 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",
        ""
    ]
}