Imgartfis
The Imgartfis chrome extension lets you create AI images on the go.
Apa itu Imgartfis?
Imgartfis adalah ekstensi Chrome yang dikembangkan oleh https://www.imgartfiscreator.club, dan fitur utamanya adalah "The Imgartfis chrome extension lets you create AI images on the go.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Imgartfis
Unduh file ekstensi Imgartfis dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | diojbhjgmllkkiahmejflonlgoongehl |
URL Resmi | https://chromewebstore.google.com/detail/imgartfis/diojbhjgmllkkiahmejflonlgoongehl |
Deskripsi | The Imgartfis chrome extension lets you create AI images on the go. |
Ukuran File | 26.88 KB |
Jumlah Instalasi | 243 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-05-08 |
Tanggal Publikasi | 2023-05-07 |
Pengembang | https://www.imgartfiscreator.club |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://www.imgartfiscreator.club |
URL Halaman Kebijakan Privasi | https://imgartfiscreator.club/privacy |
Bahasa yang Didukung | 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\/*" ] } ] } |