NoteTab - Save Your Thoughts

Capture your thoughts seamlessly in the new tab page

¿Qué es NoteTab - Save Your Thoughts?

NoteTab - Save Your Thoughts es una extensión de Chrome desarrollada por 2050, y su función principal es "Capture your thoughts seamlessly in the new tab page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión NoteTab - Save Your Thoughts

Descarga archivos de extensión NoteTab - Save Your Thoughts 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

                        Write down your important notes, reminders, or random thoughts seamlessly in the new tab of every page. With NoteTab, your new tab is transformed into a better way to manage your productivity and thoughts as you surf the web. The NoteTab extension is lightweight, minimalistic, blazing fast. 

By clicking "Add to chrome", I accept and agree to installing the NoteTab extension and setting Chrome New Tab search to that provided by the service. The search will be powered by Bing.

Privacy Policy: https://2050.one/privacy

Terms of Service: https://2050.one/terms

Key Feature Include: 

* All Notes are automatically saved.  
* Beautiful background images of Planet Earth.
* Dedicated 'Notepads' to create lists, separate notes and much more.
* Bookmarks with URL images built in.
* Built in timer.
* Light and Dark themes.

We’re always working to make NoteTab better and would love to hear from you. You can reach out to us at [email protected]                    

Información Básica de la Extensión

Nombre NoteTab - Save Your Thoughts NoteTab - Save Your Thoughts
ID igdekamfjpbdoijfaegpnmpokdjbgogb
URL Oficial https://chromewebstore.google.com/detail/notetab-save-your-thought/igdekamfjpbdoijfaegpnmpokdjbgogb
Descripción Capture your thoughts seamlessly in the new tab page
Tamaño del Archivo 184 KB
Cantidad de Instalaciones 5,326
Versión Actual 0.0.6
Última Actualización 2022-09-28
Fecha de Publicación 2021-07-23
Calificación 4.25/5 Total de 4 Calificaciones
Desarrollador 2050
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://2050.one/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoteTab - Save Your Thoughts",
    "author": "Notetab Builder",
    "version": "0.0.6",
    "description": "Capture your thoughts seamlessly in the new tab page",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 3
}