AI Image of the Day
AI Image of the Day. This extension replaces the new tab with a new background image. The image are generated by AI.
Was ist AI Image of the Day?
AI Image of the Day ist eine Chrome-Erweiterung, die von https://aiimageoftheday.com entwickelt wurde, und ihr Hauptmerkmal ist "AI Image of the Day. This extension replaces the new tab with a new background image. The image are generated by AI.".
Erweiterungsscreenshots
AI Image of the Day-Erweiterungs-CRX-Datei herunterladen
Laden Sie AI Image of the Day-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
AI Image of the Day – your daily dose of artistry, merging technology and aesthetics. This captivating extension seamlessly transforms your new tab into an ever-changing canvas, showcasing unique, AI-generated images each day. Dive into the mesmerizing world of AI artistry where each image is a testament to the limitless creative potential of artificial intelligence. Discover the unexpected, the abstract, the utterly beautiful each time you open a new tab. Harness the power of AI and let your digital journey be painted with creativity and innovation.
By clicking "Add to Chrome", I accept and agree to installing the AI Image of the Day Chrome extension and setting Chrome™️ New Tab to that provided by the service where search results will be provided by Microsoft Bing, and the Terms of Use and Privacy Policy. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kmpekhmapfkgcljhllfbmhmglnbkolei |
| Offizielle URL | https://chromewebstore.google.com/detail/ai-image-of-the-day/kmpekhmapfkgcljhllfbmhmglnbkolei |
| Beschreibung | AI Image of the Day. This extension replaces the new tab with a new background image. The image are generated by AI. |
| Dateigröße | 9.02 MB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 0.3.44 |
| Letztes Update | 2023-11-21 |
| Veröffentlichungsdatum | 2023-05-16 |
| Bewertung | 4.00/5 Insgesamt 11 Bewertungen |
| Entwickler | https://aiimageoftheday.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://aiimageoftheday.com/ |
| Hilfeseite URL | https://aiimageoftheday.com/ |
| URL der Datenschutzrichtlinien-Seite | https://aiimageoftheday.com/privacy |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"description": "AI Image of the Day. This extension replaces the new tab with a new background image. The image are generated by AI.",
"icons": {
"128": "icon.png",
"48": "icon.png"
},
"manifest_version": 3,
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"name": "AI Image of the Day",
"version": "0.3.44"
} | |