Note Now
Quickly Take Notes with One Click
O que é Note Now?
Note Now é uma extensão do Chrome desenvolvida por Yiğitsr, e sua principal característica é "Quickly Take Notes with One Click".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Note Now
Baixe arquivos de extensão Note Now 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
*Take notes with just one click. *Notes are stored locally. *Autofocus the textarea when opening the extension. *Save and delete your notes. *Super fast notes. *Works offline. Since notes are stored locally, no internet connection is needed.
Informações Básicas da Extensão
Nome | Note Now |
ID | lhcdbhckegmjmgjhlbdcpiebmkldgchm |
URL Oficial | https://chromewebstore.google.com/detail/note-now/lhcdbhckegmjmgjhlbdcpiebmkldgchm |
Descrição | Quickly Take Notes with One Click |
Tamanho do Arquivo | 4.06 MB |
Contagem de Instalações | 45 |
Versão Atual | 2.0.1 |
Última Atualização | 2023-12-25 |
Data de Publicação | 2021-01-20 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Yiğitsr |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note Now", "version": "2.0.1", "description": "Quickly Take Notes with One Click", "manifest_version": 3, "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": ".\/img\/48x48.png", "default_popup": "popup.html" }, "icons": { "16": ".\/img\/16x16.png", "48": ".\/img\/48x48.png", "128": ".\/img\/128x128.png" } } |