Notepasta
Need little notes saved for easy access? CLICK MEH!
O que é Notepasta?
Notepasta é uma extensão do Chrome desenvolvida por TheScottymo, e sua principal característica é "Need little notes saved for easy access? CLICK MEH!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Notepasta
Baixe arquivos de extensão Notepasta 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
Notepasta is a quick, little button for saving notes that you can just copy/paste whenever you're surfing the web. Simply press the button and start typing and it will autosave whatever is typed in there :D It saves into the "local storage" on your computer so you can use it any time you boot up chrome (and maybe even other browsers in the future). The name "Notepasta" comes from 1) The fact it is for you to store "Note"s and 2) The word "copypasta" which arose on the internet, particularly the icky sites like 4chan meaning a story which is copied and pasted around message boards like campfire stories of the internet. "copy and paste story" > "copy/paste" > "copypasta". Note+copypasta=notepasta
Informações Básicas da Extensão
Nome | Notepasta |
ID | hjlanliocnjhjpeljpebmfmfapibajdi |
URL Oficial | https://chromewebstore.google.com/detail/notepasta/hjlanliocnjhjpeljpebmfmfapibajdi |
Descrição | Need little notes saved for easy access? CLICK MEH! |
Tamanho do Arquivo | 7.15 KB |
Contagem de Instalações | 30 |
Versão Atual | 0.14 |
Última Atualização | 2014-07-29 |
Data de Publicação | 2014-07-29 |
Classificação | 3.33/5 Total de 3 Avaliações |
Desenvolvedor | TheScottymo |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://twitter.com/TheScottymo |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notepasta", "version": "0.14", "description": "Need little notes saved for easy access? CLICK MEH!", "icons": { "16": "pasta_16px.png", "48": "pasta_48px.png", "128": "pasta_128px.png" }, "browser_action": { "default_icon": "pasta.png", "default_popup": "popup.html" }, "author": "Scott 'TheScottymo' Jeisman", "homepage_url": "http:\/\/twitter.com\/thescottymo" } |