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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
    ]
}