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'est-ce que Notey - Quick notes in browser! ?

Notey - Quick notes in browser! est une extension Chrome développée par FinnCoding, et sa fonction principale est "Want to make a quick note? Notey is here! Click on the icon at the right top of your screen and get started! [BETA]".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Notey - Quick notes in browser!

Téléchargez les fichiers d'extension Notey - Quick notes in browser! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Notey - Quick notes in browser! Notey - Quick notes in browser!
ID edcjeamngdnoldlcmbhkijbocjnjggak
URL Officiel https://chromewebstore.google.com/detail/notey-quick-notes-in-brow/edcjeamngdnoldlcmbhkijbocjnjggak
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]
Taille du Fichier 54.88 KB
Nombre d'Installations 692
Version Actuelle 1.1.3
Dernière Mise à Jour 2020-09-14
Date de Publication 2020-06-25
Évaluation 5.00/5 Total 5 Évaluations
Développeur FinnCoding
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://finncoding.com/privacy.html
URL de la Page d'Aide https://twitter.com/FinnCoding
URL de la Page de Politique de Confidentialité https://finncoding.com/privacy.html
Langues Prises en Charge 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"
    ]
}