Daily Quiz Tab

Quizzes and Daily Trivia offered by MyQuizDaily.com

Was ist Daily Quiz Tab?

Daily Quiz Tab ist eine Chrome-Erweiterung, die von https://myquizdaily.com entwickelt wurde, und ihr Hauptmerkmal ist "Quizzes and Daily Trivia offered by MyQuizDaily.com".

Erweiterungsscreenshots

screenshot
screenshot

Daily Quiz Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Daily Quiz 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

                        Test your knowledge, de-stress and have fun with an engaging random quiz delivered in your new tab in Chrome.    

Scientists believe that taking short breaks for things like quizzes throughout the day increases productivity, brain sharpness, and overall personal wellness.  

The Daily Quiz Tab provides a simple way to take a quick break from the action.  Get a random quiz delivered directly inside your new Chrome tab.  

By clicking ‘ADD TO CHROME‘, you accept and agree to install MyQuizDaily's Chrome extension, set the Chrome Default New Tab to MyQuizDaily Powered by Bing, and adhere to the Terms of Use and Privacy Policy.

Not happy with the quiz provided to you? Just click on "Try Another Quiz" to get another randomly selected quiz served up. Or scroll through hundreds of available quizzes in categories like Sports, Animals, Entertainment, Geography, People, Math and Science.  

If you happen to be a movie buff or animal lover, you can even set the default categories for your daily quizzes so that you enjoy the quizzes you love most each day.

Added features include the ability to select amazing tab backgrounds, or even upload your own.                    

Grundlegende Informationen zur Erweiterung

Name Daily Quiz Tab Daily Quiz Tab
ID dnnngfmakkhmhkhpbncanlampbadljhg
Offizielle URL https://chromewebstore.google.com/detail/daily-quiz-tab/dnnngfmakkhmhkhpbncanlampbadljhg
Beschreibung Quizzes and Daily Trivia offered by MyQuizDaily.com
Dateigröße 2.13 MB
Installationsanzahl 40
Aktuelle Version 13340ce-dev
Letztes Update 2021-06-28
Veröffentlichungsdatum 2021-04-29
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://myquizdaily.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://myquizdaily.com/page/myquizdaily-chrome-extension
Hilfeseite URL https://myquizdaily.com/page/contact
URL der Datenschutzrichtlinien-Seite https://myquizdaily.com/page/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Daily Quiz Tab",
    "description": "Quizzes and Daily Trivia offered by MyQuizDaily.com",
    "version": "2.0.1",
    "version_name": "13340ce-dev",
    "homepage_url": "https:\/\/myquizdaily.com",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*.myquizdaily.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "n.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "s.html"
    },
    "offline_enabled": true,
    "incognito": "not_allowed",
    "content_security_policy": "default-src https:\/\/myquizdaily.com https:\/\/staging.myquizdaily.com; script-src 'self' 'sha256-NkasvhsqtYUNZWOXUQXh5guEkb2iqkq7j0ori3xl1bw=' https:\/\/myquizdaily.com https:\/\/staging.myquizdaily.com; style-src 'unsafe-inline'; img-src chrome:\/\/favicon data: https:\/\/*.imagekit.io;"
}