Imgartfis
The Imgartfis chrome extension lets you create AI images on the go.
什麼是Imgartfis?
Imgartfis是由https://www.imgartfiscreator.club開發的Chrome擴展程式,該擴展的主要功能是“The Imgartfis chrome extension lets you create AI images on the go.”。
擴展截圖
下載Imgartfis擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | diojbhjgmllkkiahmejflonlgoongehl |
官方網址 | 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\/*" ] } ] } |