BrainyBuzz

This extension facilitates a quick navigation to BrainyBuzz video catalog

Vad är BrainyBuzz?

BrainyBuzz är en Chrome-tillägg utvecklad av https://brainybuzz.com, och dess huvudfunktion är "This extension facilitates a quick navigation to BrainyBuzz video catalog".

Tilläggsskärmbilder

Ladda ner BrainyBuzz-förlängningens CRX-fil

Ladda ner BrainyBuzz-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        BrainyBuzz Mission

“Education is the most powerful weapon which you can use to change the world.”   -- Nelson Mandela 

BrainyBuzz is committed for promoting Open education. Open education plants a seed of interest on education in prospective learners, and helps in establishing better society. BrainyBuzz LLC will give its 100 percent to establish a quorum of educational content provided by different providers and to establish a one-stop educational organization where educational concepts are distributed using mobile, TV and internet platforms. This extension facilitates a quick navigation to BrainyBuzz video catalog.                    

Grundläggande Information om Tillägg

Namn BrainyBuzz BrainyBuzz
ID cfibdnbhejapahhnpekkilgbfaahhgnh
Officiell webbadress https://chromewebstore.google.com/detail/brainybuzz/cfibdnbhejapahhnpekkilgbfaahhgnh
Beskrivning This extension facilitates a quick navigation to BrainyBuzz video catalog
Filstorlek 454 KB
Antal Installationer 35
Aktuell Version 1.0
Senast Uppdaterad 2014-02-19
Publiceringsdatum 2014-02-19
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare https://brainybuzz.com
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BrainyBuzz",
    "description": "This extension facilitates a quick navigation to BrainyBuzz video catalog",
    "version": "1.0",
    "permissions": [
        "https:\/\/brainybuzz.net\/",
        "storage",
        "webview",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/brainybuzz.net\/; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "bb.html"
    }
}