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]

Wat is Notey - Quick notes in browser!?

Notey - Quick notes in browser! is een Chrome-extensie ontwikkeld door FinnCoding, en de belangrijkste functie is "Want to make a quick note? Notey is here! Click on the icon at the right top of your screen and get started! [BETA]".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Notey - Quick notes in browser!

Download Notey - Quick notes in browser!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Notey - Quick notes in browser! Notey - Quick notes in browser!
ID edcjeamngdnoldlcmbhkijbocjnjggak
Officiële URL https://chromewebstore.google.com/detail/notey-quick-notes-in-brow/edcjeamngdnoldlcmbhkijbocjnjggak
Beschrijving Want to make a quick note? Notey is here! Click on the icon at the right top of your screen and get started! [BETA]
Bestandsgrootte 54.88 KB
Aantal Installaties 692
Huidige Versie 1.1.3
Laatst Bijgewerkt 2020-09-14
Publicatiedatum 2020-06-25
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar FinnCoding
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://finncoding.com/privacy.html
Help Pagina-URL https://twitter.com/FinnCoding
URL van de Privacybeleid Pagina https://finncoding.com/privacy.html
Ondersteunde Talen 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"
    ]
}