Generate Image with AI
Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.
Vad är Generate Image with AI?
Generate Image with AI är en Chrome-tillägg utvecklad av neural.love, och dess huvudfunktion är "Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.".
Tilläggsskärmbilder
Ladda ner Generate Image with AI-förlängningens CRX-fil
Ladda ner Generate Image with AI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Generate Image with AI |
ID | jodnhopcnhhhblibnnehkfohknomiheh |
Officiell webbadress | https://chromewebstore.google.com/detail/generate-image-with-ai/jodnhopcnhhhblibnnehkfohknomiheh |
Beskrivning | Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images. |
Filstorlek | 8.1 KB |
Antal Installationer | 7,000 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2022-10-20 |
Publiceringsdatum | 2022-10-19 |
Betyg | 3.50/5 Totalt 4 Betyg |
Utvecklare | neural.love |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://neural.love/ai-art-generator |
Hjälpsida URL | https://neural.love/terms |
URL till Sekretesspolicy Sidan | https://neural.love/privacy |
Stödda Språk | 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:\/\/*\/*" ] } ] } |