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 |
| 官方網址 | 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"
]
} | |