NewTab Memo

Transforms Chrome new tabs into memopads. Type, edit, and save text.

¿Qué es NewTab Memo?

NewTab Memo es una extensión de Chrome desarrollada por nc-dev, y su función principal es "Transforms Chrome new tabs into memopads. Type, edit, and save text.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión NewTab Memo

Descarga archivos de extensión NewTab Memo 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

                        Ideal for jotting down notes. Only stores text locally, without any external tracking or storage.

★ Features ★
- Works offline
- Autosaves text
- Curated themes
- Custom web fonts
- Lightweight (~30 KiB) and only "Vanilla JS"

= = = = = = = = = =
Changelog 
(most recent updates)

v1.1.2
- positioning bug fix

v1.1.1
- New text editing lock/unlock button and indicator
- New theme: Cookies 'n Cream
- New text styling buttons: bold, italics, underline, strikethrough, indent, outdent,

v1.1.0
- Moving some experimental features to stable
- Options page changes to display current CSS settings                    

Información Básica de la Extensión

Nombre NewTab Memo NewTab Memo
ID gmahiocgkhbehfpmdndjpppdehlccaoh
URL Oficial https://chromewebstore.google.com/detail/newtab-memo/gmahiocgkhbehfpmdndjpppdehlccaoh
Descripción Transforms Chrome new tabs into memopads. Type, edit, and save text.
Tamaño del Archivo 24.05 KB
Cantidad de Instalaciones 138
Versión Actual 1.1.2
Última Actualización 2021-01-15
Fecha de Publicación 2017-06-28
Calificación 4.33/5 Total de 6 Calificaciones
Desarrollador nc-dev
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": "NewTab Memo",
    "version": "1.1.2",
    "description": "Transforms Chrome new tabs into memopads. Type, edit, and save text.",
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "NewTab Memo",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "save_changes": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            },
            "description": "Save text changes"
        }
    }
}