Word of the Day Tab

Learn a new word each day!

Hvad er Word of the Day Tab?

Word of the Day Tab er en Chrome-udvidelse udviklet af Diversify Media, Inc., og dens hovedfunktion er "Learn a new word each day!".

Udvidelsesskærmbilleder

screenshot

Download Word of the Day Tab-udvidelses-CRX-fil

Download Word of the Day Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn Word of the Day Tab Word of the Day Tab
ID jocnnakhfkdkihlabdeigeijichjlihi
Officiel URL https://chromewebstore.google.com/detail/word-of-the-day-tab/jocnnakhfkdkihlabdeigeijichjlihi
Beskrivelse Learn a new word each day!
Filstørrelse 118 KB
Antal Installationer 11,048
Nuværende Version 1.1.3
Senest Opdateret 2022-06-06
Udgivelsesdato 2022-03-23
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Diversify Media, Inc.
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://diversifymedia.com/privacy-policy
Understøttede Sprog 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\/\/*"
    ]
}