Word of the Day Tab

Learn a new word each day!

Was ist Word of the Day Tab?

Word of the Day Tab ist eine Chrome-Erweiterung, die von Diversify Media, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Learn a new word each day!".

Erweiterungsscreenshots

screenshot

Word of the Day Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Word of the Day Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Word of the Day Tab Word of the Day Tab
ID jocnnakhfkdkihlabdeigeijichjlihi
Offizielle URL https://chromewebstore.google.com/detail/word-of-the-day-tab/jocnnakhfkdkihlabdeigeijichjlihi
Beschreibung Learn a new word each day!
Dateigröße 118 KB
Installationsanzahl 11,048
Aktuelle Version 1.1.3
Letztes Update 2022-06-06
Veröffentlichungsdatum 2022-03-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Diversify Media, Inc.
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://diversifymedia.com/privacy-policy
Unterstützte Sprachen 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\/\/*"
    ]
}