MemoPad New Tab

Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.

¿Qué es MemoPad New Tab?

MemoPad New Tab es una extensión de Chrome desarrollada por nojaja, y su función principal es "Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión MemoPad New Tab

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

                        Memopad New Tab makes it a Markdown editor instead of the default "New Tab" in Google Chrome.

 Open a new tab to 🗒️ take notes, save ⏰ reminders, 🔗 paste links, or create a table.    
 The emphasis is on quick, clean, and simple to use as an alternative to the default "New Tab".

* Easy.  
You can open a new tab and write whatever you like.  
The next time you open a new tab, you'll still have what you entered last time.

* Note list.  
You can create multiple notes as needed.

* Powerful.  
By using Markdown syntax, you can express yourself in a variety of ways.  
See [this great guide] (https://github.github.com/gfm/) for Markdown syntax.

* Offline description  
Memopad New Tab is stored in the browser, not on the server.  
You can create and edit notes offline as well.                    

Información Básica de la Extensión

Nombre MemoPad New Tab MemoPad New Tab
ID iohinadgijcpmclidcgalomljfabkpde
URL Oficial https://chromewebstore.google.com/detail/memopad-new-tab/iohinadgijcpmclidcgalomljfabkpde
Descripción Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.
Tamaño del Archivo 9.05 MB
Cantidad de Instalaciones 19
Versión Actual 0.0.13
Última Actualización 2022-01-29
Fecha de Publicación 2020-04-20
Calificación 2.00/5 Total de 1 Calificaciones
Desarrollador nojaja
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/nojaja/memopad-new-tab#readme
URL de la Página de Ayuda https://github.com/nojaja/memopad-new-tab/issues
Idiomas Soportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "manifest_version": 2,
    "description": "__MSG_ext_desc__",
    "icons": {
        "42": "icons\/icon_42.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/icon_32.png"
        }
    },
    "version": "0.0.13",
    "offline_enabled": true,
    "permissions": [],
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}