DAT Bootcamp Biology
Review high-yield DAT biology facts in your browser tabs! Each time you open a new tab in Chrome, a new DAT biology fact will…
ما هو DAT Bootcamp Biology؟
DAT Bootcamp Biology هو إضافة Chrome تم تطويرها بواسطة https://bootcamp.com، والميزة الرئيسية لها هي "Review high-yield DAT biology facts in your browser tabs! Each time you open a new tab in Chrome, a new DAT biology fact will…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DAT Bootcamp Biology
قم بتنزيل ملفات الامتداد DAT Bootcamp Biology بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Review high-yield DAT biology facts in your browser tabs!
Each time you open a new tab in Chrome, a new DAT biology fact will appear. Perfect for additional studying throughout the day!
✅ Get more questions correct on your DAT
✅ Works blazing fast
✅ Background changes based on time of the day
Biology facts come from DAT Bootcamp Bio Notes.
DAT Bootcamp helps pre-dental students ace the DAT with high-yield practice tests, question banks, and lesson videos. Check us out at https://bootcamp.com/dat
Privacy policy: https://bootcamp.com/privacy معلومات أساسية عن التمديد
| الاسم | |
| ID | boifjfacnencpfgncaijcbekbffnfean |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/dat-bootcamp-biology/boifjfacnencpfgncaijcbekbffnfean |
| الوصف | Review high-yield DAT biology facts in your browser tabs! Each time you open a new tab in Chrome, a new DAT biology fact will… |
| حجم الملف | 1.11 MB |
| عدد التثبيتات | 6,223 |
| النسخة الحالية | 2.04 |
| آخر تحديث | 2022-01-22 |
| تاريخ النشر | 2020-03-15 |
| تقييم | 4.55/5 مجموع تقييمات 20 |
| المطور | https://bootcamp.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://bootcamp.com/dat |
| عنوان صفحة المساعدة | https://bootcamp.com/contact |
| عنوان صفحة سياسة الخصوصية | https://bootcamp.com/privacy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DAT Bootcamp Biology",
"short_name": "Bootcamp Biology",
"version": "2.04",
"content_security_policy": "script-src 'self' 'unsafe-eval'",
"browser_action": {
"default_icon": "icon48.png",
"default_title": "New Tab"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage",
"unlimitedStorage"
]
} | |