AiArtist

An AI to provide illustrations to your written content.

Co to jest AiArtist?

AiArtist to rozszerzenie Chrome opracowane przez ramsrigouthamg, a jego główną funkcją jest „An AI to provide illustrations to your written content.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AiArtist

Pobierz pliki rozszerzeń AiArtist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AiArtist AiArtist
ID odfcplkplkaoehpnclejafhhodpmjjmk
Oficjalny URL https://chrome.google.com/webstore/detail/aiartist/odfcplkplkaoehpnclejafhhodpmjjmk
Opis An AI to provide illustrations to your written content.
Rozmiar pliku 84.19 KB
Liczba instalacji 504
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2020-11-07
Data Publikacji 2020-04-09
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper ramsrigouthamg
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.aiartist.io/
Obsługiwane Języki 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",
        ""
    ]
}