Word of the Day Tab

Learn a new word each day!

什麼是Word of the Day Tab?

Word of the Day Tab是由Diversify Media, Inc.開發的Chrome擴展程式,該擴展的主要功能是“Learn a new word each day!”。

擴展截圖

screenshot

下載Word of the Day Tab擴展crx文件

下載Word of the Day Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Expand your vocabulary with this Chrome extension that features a new word and it's definition each day on your new tab. The extension also features a rotating photo background and a web search provided by Yahoo. 

Note: By installing this extension, the search bar on your new tab will be replaced with a search featuring Yahoo results. It will not change the default search in your address bar. 

Host Permission Justification:
The extension pulls data from the wordnik.com api for the word of the day and unsplash.com for the photo background. 

Privacy Policy: https://wordofthedaytab.com/privacy-policy/
Terms of Service: https://wordofthedaytab.com/terms-of-service/
About Us:  https://wordofthedaytab.com/about-us/
Contact Us: https://wordofthedaytab.com/contact/
How to Uninstall: https://wordofthedaytab.com/uninstall/                    

擴展基本資訊

名稱 Word of the Day Tab Word of the Day Tab
ID jocnnakhfkdkihlabdeigeijichjlihi
官方網址 https://chromewebstore.google.com/detail/word-of-the-day-tab/jocnnakhfkdkihlabdeigeijichjlihi
簡介 Learn a new word each day!
檔案大小 118 KB
安裝次數 11,048
目前版本 1.1.3
更新時間 2022-06-06
上架時間 2022-03-23
評分 5.00/5 共 1 次評分
開發者 Diversify Media, Inc.
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://diversifymedia.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Word of the Day Tab",
    "description": "Learn a new word each day!",
    "version": "1.1.3",
    "icons": {
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "host_permissions": [
        "https:\/\/*.source.unsplash.com\/\/*"
    ]
}