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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Trivia for Reddit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}