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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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