AiArtist

An AI to provide illustrations to your written content.

AiArtist là gì?

AiArtist là một tiện ích mở rộng Chrome được phát triển bởi ramsrigouthamg, và tính năng chính của nó là "An AI to provide illustrations to your written content.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AiArtist

Tải xuống các tệp mở rộng AiArtist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AiArtist AiArtist
ID odfcplkplkaoehpnclejafhhodpmjjmk
URL Chính Thức https://chrome.google.com/webstore/detail/aiartist/odfcplkplkaoehpnclejafhhodpmjjmk
Mô tả An AI to provide illustrations to your written content.
Kích Thước Tệp 84.19 KB
Số Lần Cài Đặt 504
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2020-11-07
Ngày Phát Hành 2020-04-09
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển ramsrigouthamg
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.aiartist.io/
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}