Trivia for Reddit

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

Hvad er Trivia for Reddit?

Trivia for Reddit er en Chrome-udvidelse udviklet af https://pioug.github.io/trivia-reddit, og dens hovedfunktion er "Get a question or fact about science, history, or news when you open a tab.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Trivia for Reddit-udvidelses-CRX-fil

Download Trivia for Reddit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Trivia for Reddit Trivia for Reddit
ID obolamlakdealmajpalhcccpoificegl
Officiel URL https://chromewebstore.google.com/detail/trivia-for-reddit/obolamlakdealmajpalhcccpoificegl
Beskrivelse Get a question or fact about science, history, or news when you open a tab.
Filstørrelse 18.28 KB
Antal Installationer 14
Nuværende Version 1.2.5
Senest Opdateret 2023-08-16
Udgivelsesdato 2020-04-25
Udvikler https://pioug.github.io/trivia-reddit
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://pioug.github.io/trivia-reddit/
Hjælpeside-URL https://github.com/pioug/trivia-reddit
Understøttede Sprog 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"
    ]
}