Imgartfis
The Imgartfis chrome extension lets you create AI images on the go.
Imgartfis क्या है?
Imgartfis https://www.imgartfiscreator.club द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Imgartfis chrome extension lets you create AI images on the go."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Imgartfis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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\/*" ] } ] } |