Clipper - Notepad
A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place
O que é Clipper - Notepad?
Clipper - Notepad é uma extensão do Chrome desenvolvida por N00B, e sua principal característica é "A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clipper - Notepad
Baixe arquivos de extensão Clipper - 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
This is a notepad clipper extension. Browse through the web with ease, and take notes on the go. Now you don't need to swap between apps, neither copy paste. Write directly by clicking on Clipper or select and right click, you will get an option to add it to the pad. Download the whole of the text directly into .txt file at once. Resize the window to make it as you want it to be, multiple notes and onine sync coming soon.
Informações Básicas da Extensão
Nome | |
ID | odaemlhemadocbiadhdehdkiekejnphb |
URL Oficial | https://chrome.google.com/webstore/detail/clipper-notepad/odaemlhemadocbiadhdehdkiekejnphb |
Descrição | A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place |
Tamanho do Arquivo | 606 KB |
Contagem de Instalações | 445 |
Versão Atual | 1.0 |
Última Atualização | 2018-09-10 |
Data de Publicação | 2018-09-10 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | N00B |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clipper - Notepad", "description": "A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place", "version": "1.0", "offline_enabled": true, "icons": { "19": "imgs\/notepad-icon-12.png", "48": "imgs\/notepad-icon-12.png", "128": "imgs\/notepad-icon-12.png" }, "browser_action": { "default_icon": "imgs\/notepad-icon-12.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "popup.js" ] }, "permissions": [ "activeTab", "storage", "contextMenus" ] } |