Trivia for Reddit
Get a question or fact about science, history, or news when you open a tab.
Cos'è Trivia for Reddit?
Trivia for Reddit è un'estensione di Chrome sviluppata da https://pioug.github.io/trivia-reddit, e la sua funzione principale è "Get a question or fact about science, history, or news when you open a tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trivia for Reddit
Scarica i file di estensione Trivia for Reddit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Trivia for Reddit |
ID | obolamlakdealmajpalhcccpoificegl |
URL Ufficiale | https://chromewebstore.google.com/detail/trivia-for-reddit/obolamlakdealmajpalhcccpoificegl |
Descrizione | Get a question or fact about science, history, or news when you open a tab. |
Dimensione del File | 18.28 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.2.5 |
Ultimo Aggiornamento | 2023-08-16 |
Data di Pubblicazione | 2020-04-25 |
Sviluppatore | https://pioug.github.io/trivia-reddit |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pioug.github.io/trivia-reddit/ |
URL della Pagina di Aiuto | https://github.com/pioug/trivia-reddit |
Lingue Supportate | 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" ] } |