Nootpad
A notepad whenever you need it.
O que é Nootpad?
Nootpad é uma extensão do Chrome desenvolvida por James Pan, e sua principal característica é "A notepad whenever you need it.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Nootpad
Baixe arquivos de extensão Nootpad 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
Sometimes when I read things on the Internet, I want to take notes. But I find that opening up a new text file, launching a notepad app, or grabbing a pencil and paper disrupts my workflow. So instead, I made this handy Chrome extension. It pops up a notepad wherever I am and syncs it to my Chrome account. It also lets me save seven distinct frames at a time. So far I've found it useful for me. I hope you can find it useful too. James Pan http://pan-james.tumblr.com @jibpan Shortcuts ---------- Move forward one frame: Alt + . Move back one frame: Alt + ,
Informações Básicas da Extensão
Nome | Nootpad |
ID | impicfhanbdnokdchlcnafgdhenlffph |
URL Oficial | https://chromewebstore.google.com/detail/nootpad/impicfhanbdnokdchlcnafgdhenlffph |
Descrição | A notepad whenever you need it. |
Tamanho do Arquivo | 11.64 KB |
Contagem de Instalações | 2,333 |
Versão Atual | 0.71 |
Última Atualização | 2015-07-15 |
Data de Publicação | 2015-07-15 |
Classificação | 4.29/5 Total de 7 Avaliações |
Desenvolvedor | James Pan |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nootpad", "description": "A notepad whenever you need it.", "version": "0.71", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Open a nootpad", "default_popup": "nootpad.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ] } |