Trivia for Reddit

Get a question or fact about science, history, or news when you open a tab.

Trivia for Reddit là gì?

Trivia for Reddit là một tiện ích mở rộng Chrome được phát triển bởi https://pioug.github.io/trivia-reddit, và tính năng chính của nó là "Get a question or fact about science, history, or news when you open a tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trivia for Reddit

Tải xuống các tệp mở rộng Trivia for Reddit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trivia for Reddit Trivia for Reddit
ID obolamlakdealmajpalhcccpoificegl
URL Chính Thức https://chromewebstore.google.com/detail/trivia-for-reddit/obolamlakdealmajpalhcccpoificegl
Mô tả Get a question or fact about science, history, or news when you open a tab.
Kích Thước Tệp 18.28 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2023-08-16
Ngày Phát Hành 2020-04-25
Nhà Phát Triển https://pioug.github.io/trivia-reddit
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pioug.github.io/trivia-reddit/
URL Trang Trợ Giúp https://github.com/pioug/trivia-reddit
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}