BrainyBuzz

This extension facilitates a quick navigation to BrainyBuzz video catalog

什么是BrainyBuzz?

BrainyBuzz是由https://brainybuzz.com开发的Chrome扩展程序,该扩展的主要功能是“This extension facilitates a quick navigation to BrainyBuzz video catalog”。

扩展截图

下载BrainyBuzz扩展crx文件

下载BrainyBuzz扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 BrainyBuzz BrainyBuzz
ID cfibdnbhejapahhnpekkilgbfaahhgnh
官方URL https://chromewebstore.google.com/detail/brainybuzz/cfibdnbhejapahhnpekkilgbfaahhgnh
简介 This extension facilitates a quick navigation to BrainyBuzz video catalog
文件大小 454 KB
安装次数 35
当前版本 1.0
更新时间 2014-02-19
上架时间 2014-02-19
评分 3.67/5 共3次评分
开发者 https://brainybuzz.com
付费类型 free
支持的语言 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"
    }
}