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 |
Eメール | [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\/*" ] } ] } |