Notes

A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…

¿Qué es Notes?

Notes es una extensión de Chrome desarrollada por Jon Spensor, y su función principal es "A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Notes

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

                        A whiteboard to write anything at any time.
Sometimes you need to take quick notes on what is discussed during any meeting or phone call. This extension will save you from the "Where to quickly write?"

It's just a whiteboard for you where you can add your daily notes and view them on your home and work computer.                    

Información Básica de la Extensión

Nombre Notes Notes
ID onlmjbjapkhhmcjocboedglenjieecno
URL Oficial https://chromewebstore.google.com/detail/notes/onlmjbjapkhhmcjocboedglenjieecno
Descripción A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…
Tamaño del Archivo 390 KB
Cantidad de Instalaciones 67
Versión Actual 1.1
Última Actualización 2021-08-25
Fecha de Publicación 2021-08-18
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Jon Spensor
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notes",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}