Trivia for Reddit

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

Vad är Trivia for Reddit?

Trivia for Reddit är en Chrome-tillägg utvecklad av https://pioug.github.io/trivia-reddit, och dess huvudfunktion är "Get a question or fact about science, history, or news when you open a tab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Trivia for Reddit-förlängningens CRX-fil

Ladda ner Trivia for Reddit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Trivia for Reddit Trivia for Reddit
ID obolamlakdealmajpalhcccpoificegl
Officiell webbadress https://chromewebstore.google.com/detail/trivia-for-reddit/obolamlakdealmajpalhcccpoificegl
Beskrivning Get a question or fact about science, history, or news when you open a tab.
Filstorlek 18.28 KB
Antal Installationer 14
Aktuell Version 1.2.5
Senast Uppdaterad 2023-08-16
Publiceringsdatum 2020-04-25
Utvecklare https://pioug.github.io/trivia-reddit
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://pioug.github.io/trivia-reddit/
Hjälpsida URL https://github.com/pioug/trivia-reddit
Stödda Språk 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"
    ]
}