Generate Image with AI
Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.
What is Generate Image with AI?
Generate Image with AI is a Chrome extension developed by neural.love, and its main feature is "Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.".
Extension Screenshots
Download Generate Image with AI Extension CRX File
Download Generate Image with AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Generate Image with AI |
ID | jodnhopcnhhhblibnnehkfohknomiheh |
Official URL | https://chromewebstore.google.com/detail/generate-image-with-ai/jodnhopcnhhhblibnnehkfohknomiheh |
Description | Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images. |
File Size | 8.1 KB |
Installation Count | 7,000 |
Current Version | 1.0.1 |
Last Updated | 2022-10-20 |
Publish Date | 2022-10-19 |
Rating | 3.50/5 Total 4 Ratings |
Developer | neural.love |
[email protected] | |
Payment Type | in_app |
Extension Website | https://neural.love/ai-art-generator |
Help Page URL | https://neural.love/terms |
Privacy Policy Page URL | https://neural.love/privacy |
Supported Languages | 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:\/\/*\/*" ] } ] } |