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…
What is Pick Text?
Pick Text is a Chrome extension developed by http://ibrainext.com, and its main feature is "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…".
Extension Screenshots
Download Pick Text Extension CRX File
Download Pick Text extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | dmflhbklbljhnejldlgbjmpmpomfeaic |
Official URL | https://chrome.google.com/webstore/detail/pick-text/dmflhbklbljhnejldlgbjmpmpomfeaic |
Description | 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… |
File Size | 25.14 KB |
Installation Count | 15 |
Current Version | 1.2 |
Last Updated | 2015-01-27 |
Publish Date | 2015-01-27 |
Developer | http://ibrainext.com |
Payment Type | free |
Extension Website | http://www.ibrainext.com/home |
Supported Languages | 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" ] } |