Easy NotePad

Simple Note making extension, Make, save and have the option to download your notes

O que é Easy NotePad?

Easy NotePad é uma extensão do Chrome desenvolvida por kassius, e sua principal característica é "Simple Note making extension, Make, save and have the option to download your notes".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Easy NotePad

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

                        Lightweight Easy Notepad ( no pencil needed ). Just click the icon and jot down a note, You can close it and continue browsing and add to it later. Save notes, and view all saved notes, where you have the option to delete them or download them in a .txt file.

Opening your normal software notepad takes too long and you have to resize it if you want to take notes about something on a webpage. This aims to fix that.

Styled to look like a typical notepad, with a nice pencil icon.                    

Informações Básicas da Extensão

Nome Easy NotePad Easy NotePad
ID plpjemecoefaeikldhckbggehnhiokjn
URL Oficial https://chromewebstore.google.com/detail/easy-notepad/plpjemecoefaeikldhckbggehnhiokjn
Descrição Simple Note making extension, Make, save and have the option to download your notes
Tamanho do Arquivo 58.47 KB
Contagem de Instalações 784
Versão Atual 0.8
Última Atualização 2016-01-21
Data de Publicação 2016-01-21
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor kassius
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy NotePad",
    "short_name": "Easy Note",
    "version": "0.8",
    "description": "Simple Note making extension, Make, save and have the option to download your notes",
    "author": "Kassius Barker, www.KassBarker.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Click to make a note",
        "default_popup": "main.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "downloads"
    ]
}