Easy Notes

Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…

O que é Easy Notes?

Easy Notes é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Easy Notes

Baixe arquivos de extensão Easy Notes 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

                        Create and edit notes from any website. 

Ever need to try and remember something, but you don't have access to a note taking device. Easy Notes is here to solve that problem. With just a click of a button you can start taking notes from any webpage. You will never have to struggle with note taking again.  

Features
 - Can be accessed from any website
 - Can have multiple notes at once
 - Can be opened with the touch of a button

Download Easy Notes and become a note taking master.                    

Informações Básicas da Extensão

Nome Easy Notes Easy Notes
ID lnafpiakeojhhfeelcipophjckaceccn
URL Oficial https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn
Descrição Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…
Tamanho do Arquivo 86.36 KB
Contagem de Instalações 2,105
Versão Atual 0.1.1
Última Atualização 2017-01-07
Data de Publicação 2017-01-06
Classificação 4.40/5 Total de 5 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Notes",
    "version": "0.1.1",
    "browser_action": {
        "default_icon": "Icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}