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
官方網址 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",
        ""
    ]
}