New Word Tab
Learn a word per new tab
New Word Tab là gì?
New Word Tab là một tiện ích mở rộng Chrome được phát triển bởi Sajad Hashemian, và tính năng chính của nó là "Learn a word per new tab".
Ả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 New Word Tab
Tải xuống các tệp mở rộng New Word Tab 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
🔬 Examples and definitions of words 🔊 Listen to the word pronunciation ✅ Mark words for easier review 🔍 Search for custom words definitions 📘 Quickly look up the word in Google translate 📚 Includes +10,000 words from popular vocabulary lists: • GMAT • GRE • Longman • Oxford • SAT • TOEFL 📜 History of last displayed words to prevent missing a word by accidentally closing a tab 🌐 Create shortcuts for your favorite sites so you can easily access them on the same tab 🌙 Switch between Light & Dark themes that best suit your desktop 🖼 Customize the tabs' background image Feel free to suggest new ideas and contribute to the project. Source code: https://github.com/sajadhsm/new-word-tab
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | New Word Tab |
ID | chmiakanncpjleocgbemoghkkpjicjla |
URL Chính Thức | https://chromewebstore.google.com/detail/new-word-tab/chmiakanncpjleocgbemoghkkpjicjla |
Mô tả | Learn a word per new tab |
Kích Thước Tệp | 185 KB |
Số Lần Cài Đặt | 143 |
Phiên Bản Hiện Tại | 1.6.0 |
Cập Nhật Lần Cuối | 2022-05-18 |
Ngày Phát Hành | 2021-10-07 |
Đánh Giá | 4.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Sajad Hashemian |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sajadhsm/new-word-tab |
URL Trang Trợ Giúp | https://github.com/sajadhsm/new-word-tab/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Word Tab", "description": "Learn a word per new tab", "version": "1.6.0", "chrome_url_overrides": { "newtab": ".\/dist\/newTab\/index.html" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true, "chrome_style": false, "browser_style": false }, "icons": { "16": ".\/assets\/16.png", "32": ".\/assets\/32.png", "48": ".\/assets\/48.png", "128": ".\/assets\/128.png" }, "content_security_policy": "img-src * data:;object-src 'self';script-src 'self'" } |