Imgartfis

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

Imgartfisคืออะไร?

Imgartfis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.imgartfiscreator.club และคุณลักษณะหลักของมันคือ "The Imgartfis chrome extension lets you create AI images on the go."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Imgartfis

ดาวน์โหลดไฟล์ส่วนขยาย Imgartfis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Imgartfis Imgartfis
ID diojbhjgmllkkiahmejflonlgoongehl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imgartfis/diojbhjgmllkkiahmejflonlgoongehl
คำอธิบาย The Imgartfis chrome extension lets you create AI images on the go.
ขนาดไฟล์ 26.88 KB
จำนวนการติดตั้ง 243
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-05-08
วันที่เผยแพร่ 2023-05-07
ผู้พัฒนา https://www.imgartfiscreator.club
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.imgartfiscreator.club
URL หน้านโยบายความเป็นส่วนตัว https://imgartfiscreator.club/privacy
ภาษาที่รองรับ 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\/*"
            ]
        }
    ]
}