Imgartfis
The Imgartfis chrome extension lets you create AI images on the go.
Co to jest Imgartfis?
Imgartfis to rozszerzenie Chrome opracowane przez https://www.imgartfiscreator.club, a jego główną funkcją jest „The Imgartfis chrome extension lets you create AI images on the go.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Imgartfis
Pobierz pliki rozszerzeń Imgartfis w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | diojbhjgmllkkiahmejflonlgoongehl |
Oficjalny URL | https://chromewebstore.google.com/detail/imgartfis/diojbhjgmllkkiahmejflonlgoongehl |
Opis | The Imgartfis chrome extension lets you create AI images on the go. |
Rozmiar pliku | 26.88 KB |
Liczba instalacji | 243 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-05-08 |
Data Publikacji | 2023-05-07 |
Deweloper | https://www.imgartfiscreator.club |
[email protected] | |
Typ Płatności | in_app |
Strona Rozszerzenia | https://www.imgartfiscreator.club |
Adres URL Strony Polityki Prywatności | https://imgartfiscreator.club/privacy |
Obsługiwane Języki | 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\/*" ] } ] } |