Bb Collab - Lexer

Your Lecture Indexer for Blackboard Collaborate.

Bb Collab - Lexer क्या है?

Bb Collab - Lexer robinbakker1998 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your Lecture Indexer for Blackboard Collaborate."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bb Collab - Lexer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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'"
}