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 |
| 电子邮箱 | [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\/"
]
} | |