NoteTaker

Take quick notes and save them without moving away from your browser!

¿Qué es NoteTaker?

NoteTaker es una extensión de Chrome desarrollada por Nehan Sikder, y su función principal es "Take quick notes and save them without moving away from your browser!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión NoteTaker

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

                        Have your ever had to quickly take notes while browsing the internet? If so, you know the hassle of minimizing your browser, finding Word or some other text editor and waiting for it to load before you can start typing your note. Well now, there is a quicker, more convenient way of taking notes. Introducing QuickNotes, a chrome extension where by clicking the Notes button, you can get an Editor to create and save notes without ever having to leave your browser! Using Notes, you can also open and update previous notes!

Logo design - [email protected]                    

Información Básica de la Extensión

Nombre NoteTaker NoteTaker
ID jedmfdadjflnlakpidicccpibkdfpeap
URL Oficial https://chromewebstore.google.com/detail/notetaker/jedmfdadjflnlakpidicccpibkdfpeap
Descripción Take quick notes and save them without moving away from your browser!
Tamaño del Archivo 394 KB
Cantidad de Instalaciones 1,015
Versión Actual 0.0.0.3
Última Actualización 2017-01-15
Fecha de Publicación 2017-01-15
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador Nehan Sikder
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoteTaker",
    "description": "Take quick notes and save them without moving away from your browser!",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo3.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "FileSaver.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "FileSaver.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}