Notepad+
Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows…
¿Qué es Notepad+?
Notepad+ es una extensión de Chrome desarrollada por plus.extensions.dev, y su función principal es "Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Notepad+
Descarga archivos de extensión Notepad+ 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
Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows you to use a few commands to help you take notes better. The timers allow you to choose the timer duration, and also swap between creating stopwatches and timers. The timer will turn red once its at 0:00. You can note anything down using lists, and also delete the item by clicking the circle on the left. Update: fixed transfer bug that failed to provide type:notes home page.
Información Básica de la Extensión
Nombre | Notepad+ |
ID | lcbldkmdhkffpeamipcnibjifgmoiafp |
URL Oficial | https://chromewebstore.google.com/detail/notepad+/lcbldkmdhkffpeamipcnibjifgmoiafp |
Descripción | Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows… |
Tamaño del Archivo | 9.4 KB |
Cantidad de Instalaciones | 75 |
Versión Actual | 2.0.0.3 |
Última Actualización | 2022-02-08 |
Fecha de Publicación | 2021-02-28 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | plus.extensions.dev |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notepad+", "short_name": "NP+", "version": "2.0.0.3", "manifest_version": 3, "action": { "default_icon": "notesLogo.png", "default_title": "Notepad+", "default_popup": "notepad+.html" }, "icons": { "16": "notesLogo.png", "48": "notesDispaly.png", "128": "notesicon.png" } } |