Quick Notes

Create and check notes quickly

¿Qué es Quick Notes?

Quick Notes es una extensión de Chrome desarrollada por Jonny Chan, y su función principal es "Create and check notes quickly".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Quick Notes

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

                        The Ultimate Chrome Extension for Lightning-Fast Note Taking! 

Turning you into a note ninja! 

Looking for a fast and easy way to jot down your ideas and notes while browsing the web? Look no further than our Chrome extension for note taking! With just a few clicks, you can quickly add notes to your browser, including a title and body for easy retrieval later on.

Not only is our extension incredibly convenient, but it's also completely secure. All data is stored locally on your computer, and we never access your information. Plus, our simple, lightweight UI is designed to help you stay focused and avoid distractions while you work.

So if you're tired of cluttered desktops and scattered notes, try our Chrome extension for note taking today!                    

Información Básica de la Extensión

Nombre Quick Notes Quick Notes
ID ldlojlfndankcgnpghmekgmahifefbod
URL Oficial https://chromewebstore.google.com/detail/quick-notes/ldlojlfndankcgnpghmekgmahifefbod
Descripción Create and check notes quickly
Tamaño del Archivo 471 KB
Cantidad de Instalaciones 1,574
Versión Actual 1.2.4
Última Actualización 2024-03-03
Fecha de Publicación 2014-09-04
Calificación 4.00/5 Total de 5 Calificaciones
Desarrollador Jonny Chan
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": "Quick Notes",
    "description": "Create and check notes quickly",
    "version": "1.2.4",
    "manifest_version": 3,
    "icons": {
        "48": "img\/icon.png"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "Quick Notes",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    }
}