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 |
官方網址 | 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" ] } |