AiArtist

An AI to provide illustrations to your written content.

Vad är AiArtist?

AiArtist är en Chrome-tillägg utvecklad av ramsrigouthamg, och dess huvudfunktion är "An AI to provide illustrations to your written content.".

Tilläggsskärmbilder

screenshot

Ladda ner AiArtist-förlängningens CRX-fil

Ladda ner AiArtist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn AiArtist AiArtist
ID odfcplkplkaoehpnclejafhhodpmjjmk
Officiell webbadress https://chrome.google.com/webstore/detail/aiartist/odfcplkplkaoehpnclejafhhodpmjjmk
Beskrivning An AI to provide illustrations to your written content.
Filstorlek 84.19 KB
Antal Installationer 504
Aktuell Version 3.0
Senast Uppdaterad 2020-11-07
Publiceringsdatum 2020-04-09
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare ramsrigouthamg
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.aiartist.io/
Stödda Språk 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",
        ""
    ]
}