Word of the Day Tab

Learn a new word each day!

Τι είναι το Word of the Day Tab;

Το Word of the Day Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Diversify Media, Inc., και η κύρια λειτουργία του είναι "Learn a new word each day!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Word of the Day Tab

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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\/\/*"
    ]
}