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…
什么是Pick Text?
Pick Text是由http://ibrainext.com开发的Chrome扩展程序,该扩展的主要功能是“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…”。
扩展截图
下载Pick Text扩展crx文件
下载Pick Text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | dmflhbklbljhnejldlgbjmpmpomfeaic |
官方URL | https://chrome.google.com/webstore/detail/pick-text/dmflhbklbljhnejldlgbjmpmpomfeaic |
简介 | 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… |
文件大小 | 25.14 KB |
安装次数 | 15 |
当前版本 | 1.2 |
更新时间 | 2015-01-27 |
上架时间 | 2015-01-27 |
开发者 | http://ibrainext.com |
付费类型 | free |
扩展官网 | http://www.ibrainext.com/home |
支持的语言 | 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" ] } |