Notey - Quick notes in browser!

Want to make a quick note? Notey is here! Click on the icon at the right top of your screen and get started! [BETA]

¿Qué es Notey - Quick notes in browser!?

Notey - Quick notes in browser! es una extensión de Chrome desarrollada por FinnCoding, y su función principal es "Want to make a quick note? Notey is here! Click on the icon at the right top of your screen and get started! [BETA]".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Notey - Quick notes in browser!

Descarga archivos de extensión Notey - Quick notes in browser! 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

                        Notey is a quick and modern way to make notes.

What can be better than saving notes right in your browser? Superfast, and with a modern look!
Notey has been made from the ground up, it takes less than 1MB storage on your PC, it doesn't eat ram or CPU usage!
Every Computer likes Notey!

How to start:
1. Click on the Notey icon at the top right of Google Chrome.
2. Remove the default text, and start typing your text!

Cool Features:
 - Instantly being able to type when opening Notey
 - Autosaving notes
 - CapsLock detection
 - Working on every PC
 - Lightweight
 - Light & Dark theme
 - Count words
 - Encrypted notes

Enjoy Notey!                    

Información Básica de la Extensión

Nombre Notey - Quick notes in browser! Notey - Quick notes in browser!
ID edcjeamngdnoldlcmbhkijbocjnjggak
URL Oficial https://chromewebstore.google.com/detail/notey-quick-notes-in-brow/edcjeamngdnoldlcmbhkijbocjnjggak
Descripción Want to make a quick note? Notey is here! Click on the icon at the right top of your screen and get started! [BETA]
Tamaño del Archivo 54.88 KB
Cantidad de Instalaciones 692
Versión Actual 1.1.3
Última Actualización 2020-09-14
Fecha de Publicación 2020-06-25
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador FinnCoding
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://finncoding.com/privacy.html
URL de la Página de Ayuda https://twitter.com/FinnCoding
URL de la Página de Política de Privacidad https://finncoding.com/privacy.html
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notey - Quick notes in browser!",
    "version": "1.1.3",
    "description": "Want to make a quick note? Notey is here! Click on the icon at the right top of your screen and get started! [BETA]",
    "manifest_version": 2,
    "options_page": "settings.html",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "notey.html"
    },
    "permissions": [
        "storage"
    ]
}