Calendar New Tab

The best calendar background new tab extension.

Qu'est-ce que Calendar New Tab ?

Calendar New Tab est une extension Chrome développée par calendarnewtab, et sa fonction principale est "The best calendar background new tab extension.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Calendar New Tab

Téléchargez les fichiers d'extension Calendar New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Calendar New Tab Calendar New Tab
ID bkjifdbakfbheolpepmcjhceohjpmkil
URL Officiel https://chromewebstore.google.com/detail/calendar-new-tab/bkjifdbakfbheolpepmcjhceohjpmkil
Description The best calendar background new tab extension.
Taille du Fichier 1.03 MB
Nombre d'Installations 4,255
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-06-29
Date de Publication 2022-11-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur calendarnewtab
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://calendarnewtab.com/privacy.html
Langues Prises en Charge 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"
    }
}