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