Calendar New Tab
The best calendar background new tab extension.
Was ist Calendar New Tab?
Calendar New Tab ist eine Chrome-Erweiterung, die von calendarnewtab entwickelt wurde, und ihr Hauptmerkmal ist "The best calendar background new tab extension.".
Erweiterungsscreenshots
Calendar New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Calendar New Tab-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
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
Grundlegende Informationen zur Erweiterung
Name | Calendar New Tab |
ID | bkjifdbakfbheolpepmcjhceohjpmkil |
Offizielle URL | https://chromewebstore.google.com/detail/calendar-new-tab/bkjifdbakfbheolpepmcjhceohjpmkil |
Beschreibung | The best calendar background new tab extension. |
Dateigröße | 1.03 MB |
Installationsanzahl | 4,255 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2023-06-29 |
Veröffentlichungsdatum | 2022-11-20 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | calendarnewtab |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://calendarnewtab.com/privacy.html |
Unterstützte Sprachen | 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" } } |