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.                     擴展基本資訊
| 名稱 |   |  
| ID | obolamlakdealmajpalhcccpoificegl | 
| 官方網址 | 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"
    ]
}  |  |