NewNote
A Chrome extension for making notes
O que é NewNote?
NewNote é uma extensão do Chrome desenvolvida por Ludolfyn, e sua principal característica é "A Chrome extension for making notes".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NewNote
Baixe arquivos de extensão NewNote 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
NewNote is a Chrome extension for all users who want to make notes at any given time without having to leave the tab that they are on. It's perfect for meetings, lists or even reminders. To make the content a little easier to navigate, you can format your notes, just like with any text editor—use the buttons provided or just use the general keyboard shortcuts. It stores the content to your local browser, so you're the only one who will ever see it, unless, of course, you use the export function. That will export the content to a .txt file that you can send to anyone you like. It's new, it's light and new features will come with every update. Enjoy!
Informações Básicas da Extensão
Nome | NewNote |
ID | colcgahhbcomhibjcekokebaecjiblbg |
URL Oficial | https://chromewebstore.google.com/detail/newnote/colcgahhbcomhibjcekokebaecjiblbg |
Descrição | A Chrome extension for making notes |
Tamanho do Arquivo | 9.22 KB |
Contagem de Instalações | 253 |
Versão Atual | 2.1.0 |
Última Atualização | 2020-07-16 |
Data de Publicação | 2020-07-05 |
Classificação | 5.00/5 Total de 12 Avaliações |
Desenvolvedor | Ludolfyn |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NewNote", "description": "A Chrome extension for making notes", "version": "2.1.0", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |