Clipper - Notepad
A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place
¿Qué es Clipper - Notepad?
Clipper - Notepad es una extensión de Chrome desarrollada por N00B, y su función principal es "A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Clipper - Notepad
Descarga archivos de extensión Clipper - Notepad en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | odaemlhemadocbiadhdehdkiekejnphb |
URL Oficial | https://chrome.google.com/webstore/detail/clipper-notepad/odaemlhemadocbiadhdehdkiekejnphb |
Descripción | A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place |
Tamaño del Archivo | 606 KB |
Cantidad de Instalaciones | 445 |
Versión Actual | 1.0 |
Última Actualización | 2018-09-10 |
Fecha de Publicación | 2018-09-10 |
Calificación | 4.67/5 Total de 3 Calificaciones |
Desarrollador | N00B |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |