Trivia for Reddit
Get a question or fact about science, history, or news when you open a tab.
Was ist Trivia for Reddit?
Trivia for Reddit ist eine Chrome-Erweiterung, die von https://pioug.github.io/trivia-reddit entwickelt wurde, und ihr Hauptmerkmal ist "Get a question or fact about science, history, or news when you open a tab.".
Erweiterungsscreenshots
Trivia for Reddit-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trivia for Reddit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Trivia for Reddit |
ID | obolamlakdealmajpalhcccpoificegl |
Offizielle URL | https://chromewebstore.google.com/detail/trivia-for-reddit/obolamlakdealmajpalhcccpoificegl |
Beschreibung | Get a question or fact about science, history, or news when you open a tab. |
Dateigröße | 18.28 KB |
Installationsanzahl | 14 |
Aktuelle Version | 1.2.5 |
Letztes Update | 2023-08-16 |
Veröffentlichungsdatum | 2020-04-25 |
Entwickler | https://pioug.github.io/trivia-reddit |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://pioug.github.io/trivia-reddit/ |
Hilfeseite URL | https://github.com/pioug/trivia-reddit |
Unterstützte Sprachen | 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" ] } |