AiArtist

An AI to provide illustrations to your written content.

AiArtist란 무엇입니까?

AiArtist은(는) ramsrigouthamg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An AI to provide illustrations to your written content."입니다.

확장 프로그램 스크린샷

screenshot

AiArtist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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",
        ""
    ]
}