Generate Image with AI
Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.
Generate Image with AIとは何ですか?
Generate Image with AIはneural.loveによって開発されたChromeの拡張機能で、その主な機能は「Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.」です。
拡張機能のスクリーンショット
Generate Image with AI拡張機能のCRXファイルをダウンロード
Generate Image with AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Right-click any selected text or image and choose "Generate Image with AI" abracadabra; you've got your AI-generated image for free!
CC0 licenses are applied to all images, so you can use them commercially as well 拡張機能の基本情報
| 名前 | |
| ID | jodnhopcnhhhblibnnehkfohknomiheh |
| 公式URL | https://chromewebstore.google.com/detail/generate-image-with-ai/jodnhopcnhhhblibnnehkfohknomiheh |
| 説明 | Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images. |
| ファイルサイズ | 8.1 KB |
| インストール数 | 7,000 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2022-10-20 |
| 公開日 | 2022-10-19 |
| 評価 | 3.50/5 合計 4 レビュー |
| 開発者 | neural.love |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://neural.love/ai-art-generator |
| ヘルプページのURL | https://neural.love/terms |
| プライバシーポリシーページのURL | https://neural.love/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Generate Image with AI",
"description": "Right-click any selected text or image and choose \"Generate Image with AI\". CC0 licenses are applied to all images.",
"homepage_url": "https:\/\/neural.love\/ai-art-generator",
"version": "1.0.1",
"manifest_version": 3,
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"action": {
"default_icon": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"default_title": "Generate art with AI",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"images\/icon-16.png"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
]
} | |