Sticky Notes Tab

Simply use sticky notes on every new tab

¿Qué es Sticky Notes Tab?

Sticky Notes Tab es una extensión de Chrome desarrollada por Eltech LLC, y su función principal es "Simply use sticky notes on every new tab".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Sticky Notes Tab

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

                        Sticky notes are the best and now you can easily leave sticky notes on your new tab.

This extension adds a sticky note function to your new tab, where it's easy to access and add notes on the go while browsing online.

To add a new note, simply click the [+] button and add a new note, move it around and make sure to save by clicking the check mark.

This extension is free to download from the Chrome Web store, and you can uninstall it at any time.

By clicking "Add to chrome", I accept and agree to installing the Sticky Notes Tab extension and setting chrome new tab search provider to Microsoft Bing as described by the service in terms of use https://stickynotestab.com/terms and Privacy Policy https://stickynotestab.com/privacy

Please review our Privacy Policy for details regarding the information we collect when you install and use the extension.
 
For more information please check:

Terms of Service:
https://stickynotestab.com/terms

Privacy Policy:
https://stickynotestab.com/privacy

About US:
https://stickynotestab.com/about                    

Información Básica de la Extensión

Nombre Sticky Notes Tab Sticky Notes Tab
ID deddbiddnnjfdimhokibmmekfckfidfe
URL Oficial https://chromewebstore.google.com/detail/sticky-notes-tab/deddbiddnnjfdimhokibmmekfckfidfe
Descripción Simply use sticky notes on every new tab
Tamaño del Archivo 1.62 MB
Cantidad de Instalaciones 9,177
Versión Actual 1.2.0
Última Actualización 2023-07-03
Fecha de Publicación 2023-06-08
Desarrollador Eltech LLC
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://stickynotestab.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sticky Notes Tab",
    "version": "1.2.0",
    "description": "Simply use sticky notes on every new tab",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "action": [],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}