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.
什么是AI Image of the Day?
AI Image of the Day是由https://aiimageoftheday.com开发的Chrome扩展程序,该扩展的主要功能是“AI Image of the Day. This extension replaces the new tab with a new background image. The image are generated by AI.”。
扩展截图
下载AI Image of the Day扩展crx文件
下载AI Image of the Day扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | kmpekhmapfkgcljhllfbmhmglnbkolei |
| 官方URL | https://chromewebstore.google.com/detail/ai-image-of-the-day/kmpekhmapfkgcljhllfbmhmglnbkolei |
| 简介 | AI Image of the Day. This extension replaces the new tab with a new background image. The image are generated by AI. |
| 文件大小 | 9.02 MB |
| 安装次数 | 10,000 |
| 当前版本 | 0.3.44 |
| 更新时间 | 2023-11-21 |
| 上架时间 | 2023-05-16 |
| 评分 | 4.00/5 共11次评分 |
| 开发者 | https://aiimageoftheday.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://aiimageoftheday.com/ |
| 帮助页面URL | https://aiimageoftheday.com/ |
| 隐私政策页面URL | https://aiimageoftheday.com/privacy |
| 支持的语言 | 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"
} | |