Calendar New Tab
The best calendar background new tab extension.
什么是Calendar New Tab?
Calendar New Tab是由calendarnewtab开发的Chrome扩展程序,该扩展的主要功能是“The best calendar background new tab extension.”。
扩展截图
下载Calendar New Tab扩展crx文件
下载Calendar New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Every time you tear a leaf off a calendar, you present a new place for new ideas and progress. Similarly, while we search for every new thing that must bring out the excitement within us, the Calendar New Tab extension brings us an amazing browsing experience by revealing every new background image and date box (on which current day, date and time is displayed and you can go back and forth by clicking on the arrows) on switching up a new tab and redirecting the search results in Microsoft Bing. By clicking “Add to Chrome”, You accept and agree to installing the Calendar New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing
扩展基本信息
名称 | Calendar New Tab |
ID | bkjifdbakfbheolpepmcjhceohjpmkil |
官方URL | https://chromewebstore.google.com/detail/calendar-new-tab/bkjifdbakfbheolpepmcjhceohjpmkil |
简介 | The best calendar background new tab extension. |
文件大小 | 1.03 MB |
安装次数 | 4,255 |
当前版本 | 1.0.5 |
更新时间 | 2023-06-29 |
上架时间 | 2022-11-20 |
评分 | 5.00/5 共1次评分 |
开发者 | calendarnewtab |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://calendarnewtab.com/privacy.html |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "manifest_version": 3, "name": "Calendar New Tab", "version": "1.0.5", "description": "The best calendar background new tab extension.", "permissions": [ "cookies", "storage" ], "chrome_url_overrides": { "newtab": "CLND_Main.html" }, "action": { "default_icon": "calendar.png" }, "icons": { "16": "calendar.png", "48": "calendar.png", "128": "calendar.png" } } |