Trivia for Reddit

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

Co to jest Trivia for Reddit?

Trivia for Reddit to rozszerzenie Chrome opracowane przez https://pioug.github.io/trivia-reddit, a jego główną funkcją jest „Get a question or fact about science, history, or news when you open a tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Trivia for Reddit

Pobierz pliki rozszerzeń Trivia for Reddit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Trivia for Reddit Trivia for Reddit
ID obolamlakdealmajpalhcccpoificegl
Oficjalny URL https://chromewebstore.google.com/detail/trivia-for-reddit/obolamlakdealmajpalhcccpoificegl
Opis Get a question or fact about science, history, or news when you open a tab.
Rozmiar pliku 18.28 KB
Liczba instalacji 14
Aktualna Wersja 1.2.5
Ostatnia Aktualizacja 2023-08-16
Data Publikacji 2020-04-25
Deweloper https://pioug.github.io/trivia-reddit
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://pioug.github.io/trivia-reddit/
Adres URL Strony Pomocy https://github.com/pioug/trivia-reddit
Obsługiwane Języki 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"
    ]
}