Nootpad

A notepad whenever you need it.

¿Qué es Nootpad?

Nootpad es una extensión de Chrome desarrollada por James Pan, y su función principal es "A notepad whenever you need it.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Nootpad

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

                        Sometimes when I read things on the Internet, I want to take notes. But I find that opening up a new text file, launching a notepad app, or grabbing a pencil and paper disrupts my workflow. So instead, I made this handy Chrome extension. It pops up a notepad wherever I am and syncs it to my Chrome account. It also lets me save seven distinct frames at a time. So far I've found it useful for me. I hope you can find it useful too.

James Pan
http://pan-james.tumblr.com
@jibpan


Shortcuts
----------
Move forward one frame: Alt + .
Move back one frame: Alt + ,                    

Información Básica de la Extensión

Nombre Nootpad Nootpad
ID impicfhanbdnokdchlcnafgdhenlffph
URL Oficial https://chromewebstore.google.com/detail/nootpad/impicfhanbdnokdchlcnafgdhenlffph
Descripción A notepad whenever you need it.
Tamaño del Archivo 11.64 KB
Cantidad de Instalaciones 2,333
Versión Actual 0.71
Última Actualización 2015-07-15
Fecha de Publicación 2015-07-15
Calificación 4.29/5 Total de 7 Calificaciones
Desarrollador James Pan
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nootpad",
    "description": "A notepad whenever you need it.",
    "version": "0.71",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Open a nootpad",
        "default_popup": "nootpad.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ]
}