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ファイルをダウンロード

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
Eメール [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",
        ""
    ]
}