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 |
| 公式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 |
| Eメール | [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"
]
} | |