Pick Text
Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text…
¿Qué es Pick Text?
Pick Text es una extensión de Chrome desarrollada por http://ibrainext.com, y su función principal es "Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Pick Text
Descarga archivos de extensión Pick Text 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
Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text with its url link to your knowledge base which is powered by www.ibrainext.com. See http://www.ibrainext.com/home
Información Básica de la Extensión
Nombre | |
ID | dmflhbklbljhnejldlgbjmpmpomfeaic |
URL Oficial | https://chrome.google.com/webstore/detail/pick-text/dmflhbklbljhnejldlgbjmpmpomfeaic |
Descripción | Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text… |
Tamaño del Archivo | 25.14 KB |
Cantidad de Instalaciones | 15 |
Versión Actual | 1.2 |
Última Actualización | 2015-01-27 |
Fecha de Publicación | 2015-01-27 |
Desarrollador | http://ibrainext.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.ibrainext.com/home |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pick Text", "version": "1.2", "icons": { "16": "cherry2-16a.png", "128": "cherry2-128a.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |