Word of the Day Tab

Learn a new word each day!

Qu'est-ce que Word of the Day Tab ?

Word of the Day Tab est une extension Chrome développée par Diversify Media, Inc., et sa fonction principale est "Learn a new word each day!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Word of the Day Tab

Téléchargez les fichiers d'extension Word of the Day Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Word of the Day Tab Word of the Day Tab
ID jocnnakhfkdkihlabdeigeijichjlihi
URL Officiel https://chromewebstore.google.com/detail/word-of-the-day-tab/jocnnakhfkdkihlabdeigeijichjlihi
Description Learn a new word each day!
Taille du Fichier 118 KB
Nombre d'Installations 11,048
Version Actuelle 1.1.3
Dernière Mise à Jour 2022-06-06
Date de Publication 2022-03-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur Diversify Media, Inc.
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://diversifymedia.com/privacy-policy
Langues Prises en Charge 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\/\/*"
    ]
}