Calendar New Tab

The best calendar background new tab extension.

¿Qué es Calendar New Tab?

Calendar New Tab es una extensión de Chrome desarrollada por calendarnewtab, y su función principal es "The best calendar background new tab extension.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Calendar New Tab

Descarga archivos de extensión Calendar New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Calendar New Tab Calendar New Tab
ID bkjifdbakfbheolpepmcjhceohjpmkil
URL Oficial https://chromewebstore.google.com/detail/calendar-new-tab/bkjifdbakfbheolpepmcjhceohjpmkil
Descripción The best calendar background new tab extension.
Tamaño del Archivo 1.03 MB
Cantidad de Instalaciones 4,255
Versión Actual 1.0.5
Última Actualización 2023-06-29
Fecha de Publicación 2022-11-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador calendarnewtab
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://calendarnewtab.com/privacy.html
Idiomas Soportados 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"
    }
}