Bb Collab - Lexer

Your Lecture Indexer for Blackboard Collaborate.

Bb Collab - Lexerคืออะไร?

Bb Collab - Lexer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robinbakker1998 และคุณลักษณะหลักของมันคือ "Your Lecture Indexer for Blackboard Collaborate."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bb Collab - Lexer

ดาวน์โหลดไฟล์ส่วนขยาย Bb Collab - Lexer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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'"
}