EasyNotePad
Notepad that saves what you write
¿Qué es EasyNotePad?
EasyNotePad es una extensión de Chrome desarrollada por Jeeth Suresh, y su función principal es "Notepad that saves what you write".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión EasyNotePad
Descarga archivos de extensión EasyNotePad 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
Ever had a piece of code, a single thought, or just a list of things you needed to do that you needed to remember? Until now, you would've had to open up a text editor, or find a pen and paper (who even keeps those around anymore?). Now, with EasyNotePad, it's easier than ever to create a short list or a babble-box for your thoughts! Current commands:creates a list of items COMING SOON: Options page to control how big your text size is, how wide your extension window is, and other such details. Also coming is a code view and possibly even an events/calendar view!
Información Básica de la Extensión
Nombre | EasyNotePad |
ID | dfdcglofngdaicocbbdllmhacdadohel |
URL Oficial | https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel |
Descripción | Notepad that saves what you write |
Tamaño del Archivo | 45.13 KB |
Cantidad de Instalaciones | 452 |
Versión Actual | 0.1 |
Última Actualización | 2014-02-24 |
Fecha de Publicación | 2014-02-23 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Jeeth Suresh |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EasyNotePad", "description": "Notepad that saves what you write", "version": "0.1", "permissions": [ "background", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "easynotepad.html" } } |