Quick Notes
Create and check notes quickly
O que é Quick Notes?
Quick Notes é uma extensão do Chrome desenvolvida por Jonny Chan, e sua principal característica é "Create and check notes quickly".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quick Notes
Baixe arquivos de extensão Quick 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
The Ultimate Chrome Extension for Lightning-Fast Note Taking! Turning you into a note ninja! Looking for a fast and easy way to jot down your ideas and notes while browsing the web? Look no further than our Chrome extension for note taking! With just a few clicks, you can quickly add notes to your browser, including a title and body for easy retrieval later on. Not only is our extension incredibly convenient, but it's also completely secure. All data is stored locally on your computer, and we never access your information. Plus, our simple, lightweight UI is designed to help you stay focused and avoid distractions while you work. So if you're tired of cluttered desktops and scattered notes, try our Chrome extension for note taking today!
Informações Básicas da Extensão
Nome | Quick Notes |
ID | ldlojlfndankcgnpghmekgmahifefbod |
URL Oficial | https://chromewebstore.google.com/detail/quick-notes/ldlojlfndankcgnpghmekgmahifefbod |
Descrição | Create and check notes quickly |
Tamanho do Arquivo | 471 KB |
Contagem de Instalações | 1,574 |
Versão Atual | 1.2.4 |
Última Atualização | 2024-03-03 |
Data de Publicação | 2014-09-04 |
Classificação | 4.00/5 Total de 5 Avaliações |
Desenvolvedor | Jonny Chan |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Notes", "description": "Create and check notes quickly", "version": "1.2.4", "manifest_version": 3, "icons": { "48": "img\/icon.png" }, "action": { "default_icon": "img\/icon.png", "default_title": "Quick Notes", "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.js" } } |