TxtPad
Quick Notes from Anywhere!
¿Qué es TxtPad?
TxtPad es una extensión de Chrome desarrollada por https://txtpad.in, y su función principal es "Quick Notes from Anywhere!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TxtPad
Descarga archivos de extensión TxtPad 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
TxtPad for Google Chrome helps you in conveniently creating notes from web pages as you browse them. It saves all notes in your TxtPad account. With the TxtPad for Google Chrome, you can - + Select text content and save as note + Save current page link with title as a note + Save any link on the web page as a note + Create notes from any page All this without opening the TxtPad web applicatoin. It's super-quick and super-easy!
Información Básica de la Extensión
Nombre | TxtPad |
ID | andhgnknhimoabaoajbafhgglhkcmjae |
URL Oficial | https://chromewebstore.google.com/detail/txtpad/andhgnknhimoabaoajbafhgglhkcmjae |
Descripción | Quick Notes from Anywhere! |
Tamaño del Archivo | 39.12 KB |
Cantidad de Instalaciones | 181 |
Versión Actual | 0.0.0.3 |
Última Actualización | 2013-12-02 |
Fecha de Publicación | 2013-12-01 |
Calificación | 3.00/5 Total de 4 Calificaciones |
Desarrollador | https://txtpad.in |
Tipo de Pago | free |
Sitio Web de la Extensión | http://txtpad.in |
URL de la Página de Ayuda | http://txtpad.in |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TxtPad", "description": "Quick Notes from Anywhere!", "version": "0.0.0.3", "homepage_url": "http:\/\/txtpad.in", "icons": { "16": "images\/tbxlogo16.png", "48": "images\/tbxlogo48.png", "128": "images\/tbxlogo128.png" }, "browser_action": { "default_icon": "images\/tbxlogo19.png", "default_title": "TxtPad", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/jquery-2.0.0.min.js", "scripts\/common.min.js", "scripts\/background.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "scripts\/content_script.min.js" ] } ], "permissions": [ "contextMenus", "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/tbxlogo48.png", "images\/tbxlogo19.png", "scripts\/content_script.min.js.map" ] } |