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 |
官方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\/*" ] } ] } |