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.
Cos'è AI Image of the Day?
AI Image of the Day è un'estensione di Chrome sviluppata da https://aiimageoftheday.com, e la sua funzione principale è "AI Image of the Day. This extension replaces the new tab with a new background image. The image are generated by AI.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AI Image of the Day
Scarica i file di estensione AI Image of the Day in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | kmpekhmapfkgcljhllfbmhmglnbkolei |
| URL Ufficiale | https://chromewebstore.google.com/detail/ai-image-of-the-day/kmpekhmapfkgcljhllfbmhmglnbkolei |
| Descrizione | AI Image of the Day. This extension replaces the new tab with a new background image. The image are generated by AI. |
| Dimensione del File | 9.02 MB |
| Conteggio Installazioni | 10,000 |
| Versione Corrente | 0.3.44 |
| Ultimo Aggiornamento | 2023-11-21 |
| Data di Pubblicazione | 2023-05-16 |
| Valutazione | 4.00/5 Totale 11 Valutazioni |
| Sviluppatore | https://aiimageoftheday.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://aiimageoftheday.com/ |
| URL della Pagina di Aiuto | https://aiimageoftheday.com/ |
| URL della Pagina della Politica sulla Privacy | https://aiimageoftheday.com/privacy |
| Lingue Supportate | 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"
} | |