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是由https://bootcamp.com开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载DAT Bootcamp Biology扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
| 帮助页面URL | https://bootcamp.com/contact |
| 隐私政策页面URL | 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"
]
} | |