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
拡張機能の基本情報
名前 | DAT Bootcamp Biology |
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 |
Eメール | [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" ] } |