Tasks and notes tab

Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.

¿Qué es Tasks and notes tab?

Tasks and notes tab es una extensión de Chrome desarrollada por gorhawk, y su función principal es "Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tasks and notes tab

Descarga archivos de extensión Tasks and 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

                        This extension will NOT replace your new tab. This is intentional.
(You could not turn off this permission, but you can set your homepage manually to this extension)

This extension uses no third party cloud storage.
It stores all of the data in your Chrome's sync storage. This is tied to your Google account, and you can sync it across your browsers that use your Google account (eg. Chrome, Chromium) but nothing else.

Upcoming features:
- notes
- some hotkeys
- undo/redo
- multiple task lists
- unicode icon/emoji selector
- storage usage indicator/settings (Chrome's sync storage is very limited)

Source code: https://github.com/gorhawk/chrome-tasks-notes                    

Información Básica de la Extensión

Nombre Tasks and notes tab Tasks and notes tab
ID hnpkfibfpjnliookebflfogcgmihcbkc
URL Oficial https://chromewebstore.google.com/detail/tasks-and-notes-tab/hnpkfibfpjnliookebflfogcgmihcbkc
Descripción Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.
Tamaño del Archivo 618 KB
Cantidad de Instalaciones 166
Versión Actual 0.1.1
Última Actualización 2020-05-01
Fecha de Publicación 2020-05-01
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador gorhawk
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_applicationName__",
    "description": "__MSG_applicationDescription__",
    "version": "0.1.1",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "assets\/img\/ic_check_black_24dp_2x.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}