Trivia for Reddit

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

Qu'est-ce que Trivia for Reddit ?

Trivia for Reddit est une extension Chrome développée par https://pioug.github.io/trivia-reddit, et sa fonction principale est "Get a question or fact about science, history, or news when you open a tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Trivia for Reddit

Téléchargez les fichiers d'extension Trivia for Reddit 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

                        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.                    

Informations de Base sur l'Extension

Nom Trivia for Reddit Trivia for Reddit
ID obolamlakdealmajpalhcccpoificegl
URL Officiel https://chromewebstore.google.com/detail/trivia-for-reddit/obolamlakdealmajpalhcccpoificegl
Description Get a question or fact about science, history, or news when you open a tab.
Taille du Fichier 18.28 KB
Nombre d'Installations 14
Version Actuelle 1.2.5
Dernière Mise à Jour 2023-08-16
Date de Publication 2020-04-25
Développeur https://pioug.github.io/trivia-reddit
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pioug.github.io/trivia-reddit/
URL de la Page d'Aide https://github.com/pioug/trivia-reddit
Langues Prises en Charge 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"
    ]
}