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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trivia for Reddit
قم بتنزيل ملفات الامتداد Trivia for Reddit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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/ |
| عنوان صفحة المساعدة | 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"
]
} | |