Trivia for Reddit
Get a question or fact about science, history, or news when you open a tab.
Что такое Trivia for Reddit?
Trivia for Reddit - это расширение Chrome, разработанное https://pioug.github.io/trivia-reddit, и его основная функция - "Get a question or fact about science, history, or news when you open a tab.".
Снимки экрана расширения
Скачать файл CRX расширения Trivia for Reddit
Скачайте файлы расширений Trivia for Reddit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Trivia for Reddit |
ID | obolamlakdealmajpalhcccpoificegl |
Официальный URL | https://chromewebstore.google.com/detail/trivia-for-reddit/obolamlakdealmajpalhcccpoificegl |
Описание | Get a question or fact about science, history, or news when you open a tab. |
Размер файла | 18.28 KB |
Количество установок | 14 |
Текущая Версия | 1.2.5 |
Последнее Обновление | 2023-08-16 |
Дата публикации | 2020-04-25 |
Разработчик | https://pioug.github.io/trivia-reddit |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://pioug.github.io/trivia-reddit/ |
URL страницы помощи | https://github.com/pioug/trivia-reddit |
Поддерживаемые языки | 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" ] } |