AutoBlackboard
Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti
AutoBlackboardとは何ですか?
AutoBlackboardはFrederico Curtiによって開発されたChromeの拡張機能で、その主な機能は「Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti」です。
拡張機能のスクリーンショット
AutoBlackboard拡張機能のCRXファイルをダウンロード
AutoBlackboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is made for people that are lazy and hate filling the BlackBoard's system login/password every single time, something we students do many times a day. It only works on Insper's BlackBoard website, but you are free to request any other university's portal that uses the system :) 拡張機能の基本情報
| 名前 | |
| ID | jnbjigpkknecbbipgcnbipoilbhmjbde |
| 公式URL | https://chromewebstore.google.com/detail/autoblackboard/jnbjigpkknecbbipgcnbipoilbhmjbde |
| 説明 | Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti |
| ファイルサイズ | 16.31 KB |
| インストール数 | 132 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2018-06-18 |
| 公開日 | 2018-06-18 |
| 評価 | 5.00/5 合計 9 レビュー |
| 開発者 | Frederico Curti |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/fredericocurti |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "AutoBlackboard",
"description": "Automatically logs you in into Blackboard --\n made with \u2764\ufe0f by @fredericocurti ",
"version": "1.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"tabs",
"storage",
"https:\/\/insper.blackboard.com\/",
"https:\/\/insper.blackboard.com\/webapps\/login\/"
]
} | |