Trivia for Reddit
Get a question or fact about science, history, or news when you open a tab.
Wat is Trivia for Reddit?
Trivia for Reddit is een Chrome-extensie ontwikkeld door https://pioug.github.io/trivia-reddit, en de belangrijkste functie is "Get a question or fact about science, history, or news when you open a tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trivia for Reddit
Download Trivia for Reddit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | obolamlakdealmajpalhcccpoificegl |
| Officiële URL | https://chromewebstore.google.com/detail/trivia-for-reddit/obolamlakdealmajpalhcccpoificegl |
| Beschrijving | Get a question or fact about science, history, or news when you open a tab. |
| Bestandsgrootte | 18.28 KB |
| Aantal Installaties | 14 |
| Huidige Versie | 1.2.5 |
| Laatst Bijgewerkt | 2023-08-16 |
| Publicatiedatum | 2020-04-25 |
| Ontwikkelaar | https://pioug.github.io/trivia-reddit |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://pioug.github.io/trivia-reddit/ |
| Help Pagina-URL | https://github.com/pioug/trivia-reddit |
| Ondersteunde Talen | 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"
]
} | |