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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get a question or fact about science, history, or news when you open a tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trivia for Reddit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}