New Word Tab
Learn a word per new tab
Что такое New Word Tab?
New Word Tab - это расширение Chrome, разработанное Sajad Hashemian, и его основная функция - "Learn a word per new tab".
Снимки экрана расширения
Скачать файл CRX расширения New Word Tab
Скачайте файлы расширений New Word Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
🔬 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
Основная информация о расширении
Название | New Word Tab |
ID | chmiakanncpjleocgbemoghkkpjicjla |
Официальный URL | https://chromewebstore.google.com/detail/new-word-tab/chmiakanncpjleocgbemoghkkpjicjla |
Описание | Learn a word per new tab |
Размер файла | 185 KB |
Количество установок | 143 |
Текущая Версия | 1.6.0 |
Последнее Обновление | 2022-05-18 |
Дата публикации | 2021-10-07 |
Рейтинг | 4.67/5 Всего 6 оценок |
Разработчик | Sajad Hashemian |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/sajadhsm/new-word-tab |
URL страницы помощи | https://github.com/sajadhsm/new-word-tab/issues |
Поддерживаемые языки | 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'" } |