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 là gì?
Pick Text là một tiện ích mở rộng Chrome được phát triển bởi http://ibrainext.com, và tính năng chính của nó là "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…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pick Text
Tải xuống các tệp mở rộng Pick Text dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dmflhbklbljhnejldlgbjmpmpomfeaic |
URL Chính Thức | https://chrome.google.com/webstore/detail/pick-text/dmflhbklbljhnejldlgbjmpmpomfeaic |
Mô tả | 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… |
Kích Thước Tệp | 25.14 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-01-27 |
Ngày Phát Hành | 2015-01-27 |
Nhà Phát Triển | http://ibrainext.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.ibrainext.com/home |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |