Bb Collab - Lexer
Your Lecture Indexer for Blackboard Collaborate.
Bb Collab - Lexer란 무엇입니까?
Bb Collab - Lexer은(는) robinbakker1998에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your Lecture Indexer for Blackboard Collaborate."입니다.
확장 프로그램 스크린샷
Bb Collab - Lexer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Lexer gives you more control over your lectures. Add tags to any timepoints in a Blackboard lecture to be able to navigate the subject of your course more easily. The tags are summarized in the left side of the screen to enable you to find the explanation on certain topics without having to dig through the entire lecture! Also, the advanced version contains an overview of all your recorded lectures, such that you can order them by course and even search across all your created tags!
확장 프로그램 기본 정보
이름 | Bb Collab - Lexer |
ID | maklcooadbccldeeegjalllmdmfjljjb |
공식 URL | https://chromewebstore.google.com/detail/bb-collab-lexer/maklcooadbccldeeegjalllmdmfjljjb |
설명 | Your Lecture Indexer for Blackboard Collaborate. |
파일 크기 | 1.14 MB |
설치 횟수 | 84 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-06-07 |
출시 날짜 | 2021-06-05 |
개발자 | robinbakker1998 |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://docs.google.com/document/d/1-XRYCOL8Yrg8HVC0H_KqY6u9yR2JokBXqYaPX4VitX8/edit?usp=sharing |
도움말 페이지 URL | https://forms.gle/3dHghVaZF8iqZ8t16 |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1-XRYCOL8Yrg8HVC0H_KqY6u9yR2JokBXqYaPX4VitX8/edit?usp=sharing |
지원되는 언어 | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bb Collab - Lexer", "version": "1.1", "description": "Your Lecture Indexer for Blackboard Collaborate.", "permissions": [ "activeTab", "identity", "identity.email" ], "background": { "persistent": false, "scripts": [ "classes\/extension\/ExtNote.js", "classes\/extension\/ExtVideo.js", "classes\/extension\/ExtDatabase.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.bbcollab.com\/*", "https:\/\/*.bbcollab.com\/*" ], "js": [ "classes\/page\/Note.js", "classes\/page\/Video.js", "classes\/page\/Sidebar.js", "js\/script.js" ], "css": [ "css\/style.css", "css\/buttons.css" ] } ], "web_accessible_resources": [ "html\/sidebar.html", "html\/index.html", "html\/popup.html" ], "browser_action": { "default_title": "Lexer: Overview", "default_popup": "html\/popup.html", "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" } }, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "manifest_version": 2, "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/js.stripe.com https:\/\/cdn.jsdelivr.net; object-src 'self'" } |