AiArtist

An AI to provide illustrations to your written content.

Cos'è AiArtist?

AiArtist è un'estensione di Chrome sviluppata da ramsrigouthamg, e la sua funzione principale è "An AI to provide illustrations to your written content.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AiArtist

Scarica i file di estensione AiArtist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AiArtist AiArtist
ID odfcplkplkaoehpnclejafhhodpmjjmk
URL Ufficiale https://chrome.google.com/webstore/detail/aiartist/odfcplkplkaoehpnclejafhhodpmjjmk
Descrizione An AI to provide illustrations to your written content.
Dimensione del File 84.19 KB
Conteggio Installazioni 504
Versione Corrente 3.0
Ultimo Aggiornamento 2020-11-07
Data di Pubblicazione 2020-04-09
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore ramsrigouthamg
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.aiartist.io/
Lingue Supportate 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",
        ""
    ]
}