AISEO ART EXTENSION

AISEO ART - Edit images super easily.

AISEO ART EXTENSION क्या है?

AISEO ART EXTENSION jan.buzan.1997 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AISEO ART - Edit images super easily."।

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

screenshot
screenshot

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

crx प्रारूप में AISEO ART EXTENSION एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        AISEO Art is a chrome extension that allows you to create variations of any image on the web with just a few clicks. With this extension, you can easily add filters, adjust colors, and apply different styles to any image on a website. Whether you're a designer, artist, or just looking to have some fun, AISEO Art makes it easy to create unique and interesting images that stand out. Give it a try and see what you can create!                    

एक्सटेंशन की मूल जानकारी

नाम AISEO ART EXTENSION AISEO ART EXTENSION
ID hbdpcocpnklcmdnencjgopobbmmjeadb
आधिकारिक URL https://chromewebstore.google.com/detail/aiseo-art-extension/hbdpcocpnklcmdnencjgopobbmmjeadb
विवरण AISEO ART - Edit images super easily.
फ़ाइल का आकार 198 KB
स्थापना संख्या 481
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2023-03-30
प्रकाशन तिथि 2023-02-03
रेटिंग 4.72/5 कुल 490 रेटिंग्स
डेवलपर jan.buzan.1997
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://art.aiseo.ai/
सहायता पृष्ठ URL https://art.aiseo.ai/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AISEO ART EXTENSION",
    "description": "AISEO ART - Edit images super easily.",
    "version": "0.0.5",
    "manifest_version": 3,
    "action": {
        "default_title": "Popup default title",
        "default_popup": ".\/pages\/popup\/index.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": ".\/scripts\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "web-components\/sidebar.css",
                "web-components\/imagebox.css",
                "images\/symbol.png",
                "images\/aiseo.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "web-components\/sidebar.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/web-components\/bundle.js",
                ".\/web-components\/art_sidebar.js",
                ".\/scripts\/content.js",
                ".\/scripts\/sidebarContent.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/images\/symbol.png",
        "24": ".\/images\/symbol.png",
        "32": ".\/images\/symbol.png",
        "128": ".\/images\/symbol.png"
    }
}