Easy Notes

Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…

¿Qué es Easy Notes?

Easy Notes es una extensión de Chrome desarrollada por Unknown, y su función principal es "Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Easy Notes

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

                        Create and edit notes from any website. 

Ever need to try and remember something, but you don't have access to a note taking device. Easy Notes is here to solve that problem. With just a click of a button you can start taking notes from any webpage. You will never have to struggle with note taking again.  

Features
 - Can be accessed from any website
 - Can have multiple notes at once
 - Can be opened with the touch of a button

Download Easy Notes and become a note taking master.                    

Información Básica de la Extensión

Nombre Easy Notes Easy Notes
ID lnafpiakeojhhfeelcipophjckaceccn
URL Oficial https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn
Descripción Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…
Tamaño del Archivo 86.36 KB
Cantidad de Instalaciones 2,105
Versión Actual 0.1.1
Última Actualización 2017-01-07
Fecha de Publicación 2017-01-06
Calificación 4.40/5 Total de 5 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Notes",
    "version": "0.1.1",
    "browser_action": {
        "default_icon": "Icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}