EasyNotePad
Notepad that saves what you write
O que é EasyNotePad?
EasyNotePad é uma extensão do Chrome desenvolvida por Jeeth Suresh, e sua principal característica é "Notepad that saves what you write".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão EasyNotePad
Baixe arquivos de extensão EasyNotePad 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
Ever had a piece of code, a single thought, or just a list of things you needed to do that you needed to remember? Until now, you would've had to open up a text editor, or find a pen and paper (who even keeps those around anymore?). Now, with EasyNotePad, it's easier than ever to create a short list or a babble-box for your thoughts! Current commands:creates a list of items COMING SOON: Options page to control how big your text size is, how wide your extension window is, and other such details. Also coming is a code view and possibly even an events/calendar view!
Informações Básicas da Extensão
Nome | EasyNotePad |
ID | dfdcglofngdaicocbbdllmhacdadohel |
URL Oficial | https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel |
Descrição | Notepad that saves what you write |
Tamanho do Arquivo | 45.13 KB |
Contagem de Instalações | 452 |
Versão Atual | 0.1 |
Última Atualização | 2014-02-24 |
Data de Publicação | 2014-02-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Jeeth Suresh |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EasyNotePad", "description": "Notepad that saves what you write", "version": "0.1", "permissions": [ "background", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "easynotepad.html" } } |