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 |
官方網址 | 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" } } |