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…
O que é Pick Text?
Pick Text é uma extensão do Chrome desenvolvida por http://ibrainext.com, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão Pick Text
Baixe arquivos de extensão Pick Text 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
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
Informações Básicas da Extensão
Nome | |
ID | dmflhbklbljhnejldlgbjmpmpomfeaic |
URL Oficial | https://chrome.google.com/webstore/detail/pick-text/dmflhbklbljhnejldlgbjmpmpomfeaic |
Descrição | 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… |
Tamanho do Arquivo | 25.14 KB |
Contagem de Instalações | 15 |
Versão Atual | 1.2 |
Última Atualização | 2015-01-27 |
Data de Publicação | 2015-01-27 |
Desenvolvedor | http://ibrainext.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.ibrainext.com/home |
Idiomas Suportados | 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" ] } |