Imgartfis

The Imgartfis chrome extension lets you create AI images on the go.

Imgartfis là gì?

Imgartfis là một tiện ích mở rộng Chrome được phát triển bởi https://www.imgartfiscreator.club, và tính năng chính của nó là "The Imgartfis chrome extension lets you create AI images on the go.".

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

screenshot

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

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

                        The Imgartfis chrome extension lets you create AI images directly in Google Search. This allows you to easily generate AI images based on Google searches.                    

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

Tên Imgartfis Imgartfis
ID diojbhjgmllkkiahmejflonlgoongehl
URL Chính Thức https://chromewebstore.google.com/detail/imgartfis/diojbhjgmllkkiahmejflonlgoongehl
Mô tả The Imgartfis chrome extension lets you create AI images on the go.
Kích Thước Tệp 26.88 KB
Số Lần Cài Đặt 243
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-05-08
Ngày Phát Hành 2023-05-07
Nhà Phát Triển https://www.imgartfiscreator.club
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.imgartfiscreator.club
URL Trang Chính Sách Bảo Mật https://imgartfiscreator.club/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Imgartfis",
    "description": "The Imgartfis chrome extension lets you create AI images on the go.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": "imgartfis-icon-black.png"
    },
    "icons": {
        "16": "imgartfis-icon-16.png",
        "32": "imgartfis-icon-32.png",
        "48": "imgartfis-icon-48.png",
        "128": "imgartfis-icon-black.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*"
            ]
        }
    ]
}