Word of the Tab
A chrome new tab extension that displays a random Spanish word and its translation
什麼是Word of the Tab?
Word of the Tab是由Mikey Inc開發的Chrome擴展程式,該擴展的主要功能是“A chrome new tab extension that displays a random Spanish word and its translation”。
擴展截圖
下載Word of the Tab擴展crx文件
下載Word of the Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This new tab extension is perfect for passively learning new Spanish vocabulary words! Every time you open a new tab, a new word will be displayed in English and in Spanish! More languages are in development as well, if you'd like to suggest a language to be added, send me an email.
擴展基本資訊
名稱 | Word of the Tab |
ID | dfpekalnblaejelchmifjcphhlgpgmmo |
官方網址 | https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo |
簡介 | A chrome new tab extension that displays a random Spanish word and its translation |
檔案大小 | 2.8 MB |
安裝次數 | 76 |
目前版本 | 1.0.0 |
更新時間 | 2017-06-17 |
上架時間 | 2017-06-17 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Mikey Inc |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word of the Tab", "description": "A chrome new tab extension that displays a random Spanish word and its translation", "version": "1.0.0", "chrome_url_overrides": { "newtab": "spanTab.html" }, "options_ui": { "page": "optionsPage.html", "chrome_style": true }, "icons": { "128": "images\/ext-icon.png" }, "permissions": [ "storage" ], "manifest_version": 2 } |