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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ibrainext.com และคุณลักษณะหลักของมันคือ "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…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pick Text
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |