Easy Definition (Highlight and Ctrl+Space)
Easy Definition (Highlight and Ctrl+Space)
Easy Definition (Highlight and Ctrl+Space) là gì?
Easy Definition (Highlight and Ctrl+Space) là một tiện ích mở rộng Chrome được phát triển bởi Prateek Jha, và tính năng chính của nó là "Easy Definition (Highlight and Ctrl+Space)".
Ả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 Easy Definition (Highlight and Ctrl+Space)
Tải xuống các tệp mở rộng Easy Definition (Highlight and Ctrl+Space) 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
Easily get the definition of any word by pressing Ctrl + Space. How to use: On any web page highlight the word using mouse pointer and Press CTRL+Space No need to open new tabs and loose sight of your working page even for a second. It gets you the simplest ever meaning of the selected word from web. To change the shortcut command go to chrome://extensions/shortcuts. Find Easy Definition and choose any set of available commands. For any complains and queries reach us at [email protected].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Easy Definition (Highlight and Ctrl+Space) |
ID | oiphjheegkcofbmfcjjjgpeeieddfnml |
URL Chính Thức | https://chromewebstore.google.com/detail/easy-definition-highlight/oiphjheegkcofbmfcjjjgpeeieddfnml |
Mô tả | Easy Definition (Highlight and Ctrl+Space) |
Kích Thước Tệp | 17.79 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-04-13 |
Ngày Phát Hành | 2020-04-10 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Prateek Jha |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Definition (Highlight and Ctrl+Space)", "version": "1.0.0", "description": "Easy Definition (Highlight and Ctrl+Space)", "icons": { "128": "finder_128.png" }, "browser_action": { "default_icon": "finder_128_popup.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Space", "mac": "MacCtrl+Space" } } } } |