AiArtist

An AI to provide illustrations to your written content.

AiArtist क्या है?

AiArtist ramsrigouthamg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An AI to provide illustrations to your written content."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AiArtist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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",
        ""
    ]
}