Calendar New Tab

The best calendar background new tab extension.

Cos'è Calendar New Tab?

Calendar New Tab è un'estensione di Chrome sviluppata da calendarnewtab, e la sua funzione principale è "The best calendar background new tab extension.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Calendar New Tab

Scarica i file di estensione Calendar New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Calendar New Tab Calendar New Tab
ID bkjifdbakfbheolpepmcjhceohjpmkil
URL Ufficiale https://chromewebstore.google.com/detail/calendar-new-tab/bkjifdbakfbheolpepmcjhceohjpmkil
Descrizione The best calendar background new tab extension.
Dimensione del File 1.03 MB
Conteggio Installazioni 4,255
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-06-29
Data di Pubblicazione 2022-11-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore calendarnewtab
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://calendarnewtab.com/privacy.html
Lingue Supportate 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"
    }
}