Sticky Notes New Tab

Sticky Notes New Tab adds sticky notes to your new tab page.

¿Qué es Sticky Notes New Tab?

Sticky Notes New Tab es una extensión de Chrome desarrollada por https://newtabthemebuilder.com, y su función principal es "Sticky Notes New Tab adds sticky notes to your new tab page.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Sticky Notes New Tab

Descarga archivos de extensión Sticky Notes 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

                        The Sticky Notes New Tab offers markdown-friendly, draggable, and minimizable sticky notes for your new tab page. It also features a calculator, canvas for drawing, a timer, games, movies, and a customizable search engine bar that supports Google, Bing, and DuckDuckGo. Users can drag and edit shortcuts, tailor the date and time display, select from a variety of default gradient wallpapers, modify the background color, and delve into numerous other personalization options.                    

Información Básica de la Extensión

Nombre Sticky Notes New Tab Sticky Notes New Tab
ID llokcoejiedkbcibibhhefbcmdhcahdd
URL Oficial https://chromewebstore.google.com/detail/sticky-notes-new-tab/llokcoejiedkbcibibhhefbcmdhcahdd
Descripción Sticky Notes New Tab adds sticky notes to your new tab page.
Tamaño del Archivo 5.18 MB
Cantidad de Instalaciones 99
Versión Actual 2023.11.20.519
Última Actualización 2023-11-21
Fecha de Publicación 2023-08-17
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://newtabthemebuilder.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sticky Notes New Tab",
    "description": "Sticky Notes New Tab adds sticky notes to your new tab page.",
    "version": "2023.11.20.519",
    "manifest_version": 3,
    "offline_enabled": true,
    "icons": {
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_title": "New Tab"
    },
    "background": {
        "service_worker": "background.js"
    }
}