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 |
| 电子邮箱 | [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:\/\/*\/*"
]
}
]
} | |