Imgartfis
The Imgartfis chrome extension lets you create AI images on the go.
Vad är Imgartfis?
Imgartfis är en Chrome-tillägg utvecklad av https://www.imgartfiscreator.club, och dess huvudfunktion är "The Imgartfis chrome extension lets you create AI images on the go.".
Tilläggsskärmbilder
Ladda ner Imgartfis-förlängningens CRX-fil
Ladda ner Imgartfis-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | diojbhjgmllkkiahmejflonlgoongehl |
Officiell webbadress | https://chromewebstore.google.com/detail/imgartfis/diojbhjgmllkkiahmejflonlgoongehl |
Beskrivning | The Imgartfis chrome extension lets you create AI images on the go. |
Filstorlek | 26.88 KB |
Antal Installationer | 243 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-05-08 |
Publiceringsdatum | 2023-05-07 |
Utvecklare | https://www.imgartfiscreator.club |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://www.imgartfiscreator.club |
URL till Sekretesspolicy Sidan | https://imgartfiscreator.club/privacy |
Stödda Språk | 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\/*" ] } ] } |