Trivia for Reddit

Get a question or fact about science, history, or news when you open a tab.

Τι είναι το Trivia for Reddit;

Το Trivia for Reddit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pioug.github.io/trivia-reddit, και η κύρια λειτουργία του είναι "Get a question or fact about science, history, or news when you open a tab.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Trivia for Reddit

Λήψη αρχείων επέκτασης Trivia for Reddit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension will replace your new tab page with a random post coming from /r/askscience, /r/explainlikeimfive, /r/todayilearned. It covers a wide range of topics. Start using it now and learn something new every time you open a tab!

If you have any feedback, you can post a review / suggestion on the Chrome web store, or contact me directly via Twitter @pioug.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Trivia for Reddit Trivia for Reddit
ID obolamlakdealmajpalhcccpoificegl
Επίσημο URL https://chromewebstore.google.com/detail/trivia-for-reddit/obolamlakdealmajpalhcccpoificegl
Περιγραφή Get a question or fact about science, history, or news when you open a tab.
Μέγεθος Αρχείου 18.28 KB
Αριθμός Εγκαταστάσεων 14
Τρέχουσα Έκδοση 1.2.5
Τελευταία Ενημέρωση 2023-08-16
Ημερομηνία Δημοσίευσης 2020-04-25
Προγραμματιστής https://pioug.github.io/trivia-reddit
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://pioug.github.io/trivia-reddit/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/pioug/trivia-reddit
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trivia for Reddit",
    "description": "Get a question or fact about science, history, or news when you open a tab.",
    "version": "1.2.5",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "img\/icon256.png"
    },
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}