Definition finder
Find Definition FAST
Definition finder là gì?
Definition finder là một tiện ích mở rộng Chrome được phát triển bởi https://eden-mann.blogspot.com, và tính năng chính của nó là "Find Definition FAST".
Ả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 Definition finder
Tải xuống các tệp mở rộng Definition finder 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
This extension is created for searching for definitions fast. All you have to do is open the extension up in the top right hand corner and then click on the magnifying glass icon to launch the extension.Then you just have to type in the word you want to find out the definition for and press enter or click the search logo.Then a new tab will launch on "dictionary.reference.com" with your result on the page... (I do no own http://dictionary.reference.com i am using there site just like a user would be making it automatic and faster)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Definition finder |
ID | gfolphmpnkkhkmcfofbjkkbidocjkmgo |
URL Chính Thức | https://chromewebstore.google.com/detail/definition-finder/gfolphmpnkkhkmcfofbjkkbidocjkmgo |
Mô tả | Find Definition FAST |
Kích Thước Tệp | 124 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-07 |
Nhà Phát Triển | https://eden-mann.blogspot.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Definition finder", "version": "1.0", "description": "Find Definition FAST", "icons": { "48": "img\/ICON-Padding.png", "128": "img\/ICON-Padding.png", "16": "img\/ICON-Padding.png" }, "browser_action": { "default_icon": "img\/480px-Magnifying_glass.png", "default_title": "Press the button to see more actions", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |