AiArtist

An AI to provide illustrations to your written content.

Что такое AiArtist?

AiArtist - это расширение Chrome, разработанное ramsrigouthamg, и его основная функция - "An AI to provide illustrations to your written content.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения AiArtist

Скачайте файлы расширений AiArtist в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название AiArtist AiArtist
ID odfcplkplkaoehpnclejafhhodpmjjmk
Официальный URL https://chrome.google.com/webstore/detail/aiartist/odfcplkplkaoehpnclejafhhodpmjjmk
Описание An AI to provide illustrations to your written content.
Размер файла 84.19 KB
Количество установок 504
Текущая Версия 3.0
Последнее Обновление 2020-11-07
Дата публикации 2020-04-09
Рейтинг 4.20/5 Всего 5 оценок
Разработчик ramsrigouthamg
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.aiartist.io/
Поддерживаемые языки 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",
        ""
    ]
}