AISEO ART EXTENSION

AISEO ART - Edit images super easily.

AISEO ART EXTENSIONとは何ですか?

AISEO ART EXTENSIONはjan.buzan.1997によって開発されたChromeの拡張機能で、その主な機能は「AISEO ART - Edit images super easily.」です。

拡張機能のスクリーンショット

screenshot
screenshot

AISEO ART EXTENSION拡張機能のCRXファイルをダウンロード

AISEO ART EXTENSION拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}