Trivia for Reddit
Get a question or fact about science, history, or news when you open a tab.
Co je Trivia for Reddit?
Trivia for Reddit je rozšíření Chrome vyvinuté https://pioug.github.io/trivia-reddit, a jeho hlavní funkcí je „Get a question or fact about science, history, or news when you open a tab.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Trivia for Reddit
Stáhněte si soubory rozšíření Trivia for Reddit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Trivia for Reddit |
ID | obolamlakdealmajpalhcccpoificegl |
Oficiální URL | https://chromewebstore.google.com/detail/trivia-for-reddit/obolamlakdealmajpalhcccpoificegl |
Popis | Get a question or fact about science, history, or news when you open a tab. |
Velikost souboru | 18.28 KB |
Počet instalací | 14 |
Aktuální Verze | 1.2.5 |
Poslední Aktualizace | 2023-08-16 |
Datum Vydání | 2020-04-25 |
Vývojář | https://pioug.github.io/trivia-reddit |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://pioug.github.io/trivia-reddit/ |
URL Stránky Nápovědy | https://github.com/pioug/trivia-reddit |
Podporované Jazyky | 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" ] } |