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]

O que é Notey - Quick notes in browser!?

Notey - Quick notes in browser! é uma extensão do Chrome desenvolvida por FinnCoding, e sua principal característica é "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 Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Notey - Quick notes in browser!

Baixe arquivos de extensão Notey - Quick notes in browser! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome 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
Descrição Want to make a quick note? Notey is here! Click on the icon at the right top of your screen and get started! [BETA]
Tamanho do Arquivo 54.88 KB
Contagem de Instalações 692
Versão Atual 1.1.3
Última Atualização 2020-09-14
Data de Publicação 2020-06-25
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor FinnCoding
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://finncoding.com/privacy.html
URL da Página de Ajuda https://twitter.com/FinnCoding
URL da Página de Política de Privacidade https://finncoding.com/privacy.html
Idiomas Suportados 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"
    ]
}