Notey Notepad
Take Quick Notes
O que é Notey Notepad?
Notey Notepad é uma extensão do Chrome desenvolvida por Time Technology, e sua principal característica é "Take Quick Notes".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Notey Notepad
Baixe arquivos de extensão Notey 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
Notey NotePad is a free and easy-to-use notepad for everyday use. It is designed for simplicity and accessibility thus, making your note taking process fast and convenient via any tab. Our day to day work requires efficiency, speed, and accuracy. So in the midst of doing your research, work, and browsing the internet thus, navigating between programs may lose valuable time. This gave birth to this project. Notey NotePad will enable everyone to have the same comfort of taking copious notes without having to leave the browser.
Informações Básicas da Extensão
Nome | |
ID | ajbdeoplkbmbilclmchfhkpcpghgbfii |
URL Oficial | https://chrome.google.com/webstore/detail/notey-notepad/ajbdeoplkbmbilclmchfhkpcpghgbfii |
Descrição | Take Quick Notes |
Tamanho do Arquivo | 93.55 KB |
Contagem de Instalações | 57 |
Versão Atual | 1.1 |
Última Atualização | 2022-02-18 |
Data de Publicação | 2019-04-30 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Time Technology |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notey Notepad", "description": "Take Quick Notes", "version": "1.1", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon_128.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ] } } |