Generate Image with AI

Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.

Generate Image with AI là gì?

Generate Image with AI là một tiện ích mở rộng Chrome được phát triển bởi neural.love, và tính năng chính của nó là "Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Generate Image with AI 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

                        Right-click any selected text or image and choose "Generate Image with AI" abracadabra; you've got your AI-generated image for free!
CC0 licenses are applied to all images, so you can use them commercially as well                    

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

Tên Generate Image with AI Generate Image with AI
ID jodnhopcnhhhblibnnehkfohknomiheh
URL Chính Thức https://chromewebstore.google.com/detail/generate-image-with-ai/jodnhopcnhhhblibnnehkfohknomiheh
Mô tả Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.
Kích Thước Tệp 8.1 KB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-10-20
Ngày Phát Hành 2022-10-19
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển neural.love
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://neural.love/ai-art-generator
URL Trang Trợ Giúp https://neural.love/terms
URL Trang Chính Sách Bảo Mật https://neural.love/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Generate Image with AI",
    "description": "Right-click any selected text or image and choose \"Generate Image with AI\". CC0 licenses are applied to all images.",
    "homepage_url": "https:\/\/neural.love\/ai-art-generator",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Generate art with AI",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-16.png"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}