AiArtist

An AI to provide illustrations to your written content.

What is AiArtist?

AiArtist is a Chrome extension developed by ramsrigouthamg, and its main feature is "An AI to provide illustrations to your written content.".

Extension Screenshots

screenshot

Download AiArtist Extension CRX File

Download AiArtist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AiArtist AiArtist
ID odfcplkplkaoehpnclejafhhodpmjjmk
Official URL https://chrome.google.com/webstore/detail/aiartist/odfcplkplkaoehpnclejafhhodpmjjmk
Description An AI to provide illustrations to your written content.
File Size 84.19 KB
Installation Count 504
Current Version 3.0
Last Updated 2020-11-07
Publish Date 2020-04-09
Rating 4.20/5 Total 5 Ratings
Developer ramsrigouthamg
Email [email protected]
Payment Type free
Extension Website https://www.aiartist.io/
Supported Languages 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",
        ""
    ]
}