Buttress Vocabulary
Strengthen your vocabulary while reading things on browser.
Buttress Vocabulary là gì?
Buttress Vocabulary là một tiện ích mở rộng Chrome được phát triển bởi saurav.1869, và tính năng chính của nó là "Strengthen your vocabulary while reading things on browser.".
Ả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 Buttress Vocabulary
Tải xuống các tệp mở rộng Buttress Vocabulary 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
Coming across new words is easy and even knowing its definition. However, memorizing the words that you read doesn't come naturally. You have to work on it. This extension will ease this job. It lets you see the definition of a double-clicked word along with its pronunciation. However, this is not a striking feature as couple of other apps do it right now. You can quickly see all the words that you have looked up each day. Apart from a dictionary app it is also a vocabulary builder. Like other apps it doesn't inundates you with so many words that you have never seen. Memorizing the words for which you have a context will be much easier. WE DON'T HAVE ACCESS TO THE WORDS YOU LOOKUP!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Buttress Vocabulary |
ID | kipmhailimmdakeeeciablodlijhkkac |
URL Chính Thức | https://chromewebstore.google.com/detail/buttress-vocabulary/kipmhailimmdakeeeciablodlijhkkac |
Mô tả | Strengthen your vocabulary while reading things on browser. |
Kích Thước Tệp | 121 KB |
Số Lần Cài Đặt | 613 |
Phiên Bản Hiện Tại | 2.3.1 |
Cập Nhật Lần Cuối | 2020-08-03 |
Ngày Phát Hành | 2019-10-05 |
Đánh Giá | 4.50/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | saurav.1869 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/saurav1869/ButtressVocab |
URL Trang Trợ Giúp | https://github.com/saurav1869/ButtressVocab |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Buttress Vocabulary", "version": "2.3.1", "description": "Strengthen your vocabulary while reading things on browser.", "browser_action": { "default_icon": "icons\/128book.png", "default_title": "ButtressVocab", "default_popup": "popup\/index.html" }, "icons": { "128": "icons\/128book.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "scripts\/jquery-3.3.1.min.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/jquery-3.3.1.min.js", "scripts\/presenter.js" ] } ] } |