Trivia for Reddit
Get a question or fact about science, history, or news when you open a tab.
什么是Trivia for Reddit?
Trivia for Reddit是由https://pioug.github.io/trivia-reddit开发的Chrome扩展程序,该扩展的主要功能是“Get a question or fact about science, history, or news when you open a tab.”。
扩展截图
下载Trivia for Reddit扩展crx文件
下载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" ] } |