DaltonTab
DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central…
DaltonTabとは何ですか?
DaltonTabはA Personによって開発されたChromeの拡張機能で、その主な機能は「DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central…」です。
拡張機能のスクリーンショット
DaltonTab拡張機能のCRXファイルをダウンロード
DaltonTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central view, available at the click of a new tab.
拡張機能の基本情報
名前 | DaltonTab |
ID | ggfjkmflbbjndabmnngilkfpmdegbfkm |
公式URL | https://chromewebstore.google.com/detail/daltontab/ggfjkmflbbjndabmnngilkfpmdegbfkm |
説明 | DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central… |
ファイルサイズ | 1.03 MB |
インストール数 | 14 |
現在のバージョン | 0.8.0 |
最終更新日 | 2019-09-21 |
公開日 | 2019-09-20 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | A Person |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DaltonTab", "version": "0.8.0", "icons": { "128": "img\/128.png" }, "background": { "scripts": [ "bg.js" ] }, "permissions": [ "storage", "*:\/\/*.dalton.org\/", "*:\/\/*.myhomework.space\/" ], "chrome_url_overrides": { "newtab": "index.html" } } |