New Word Tab
Learn a word per new tab
什麼是New Word Tab?
New Word Tab是由Sajad Hashemian開發的Chrome擴展程式,該擴展的主要功能是“Learn a word per new tab”。
擴展截圖
下載New Word Tab擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | chmiakanncpjleocgbemoghkkpjicjla |
| 官方網址 | 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'"
} | |