Baby Browser

Read any article from the web with your baby.

Baby Browser란 무엇입니까?

Baby Browser은(는) Saatchi & Saatchi IS에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read any article from the web with your baby."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Baby Browser 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A simple browser app that displays any online article parents need to read within animation designed to stimulate a baby’s brain.

To use it, mums or dads simply install the Baby Browser widget and click it whenever they need to read something while they are with their baby.

The content of the chosen article is then sucked in from the website and displayed in animation featuring red, black and white graphic shapes. These are scientifically proven by high-contrast research to be most appealing to babies’ eyes.

The Baby Browser is a simple tool that helps parents stay informed without sacrificing quality time with their baby.                    

확장 프로그램 기본 정보

이름 Baby Browser Baby Browser
ID kpmphbohdgphhkkalnibkicpdfincbed
공식 URL https://chromewebstore.google.com/detail/baby-browser/kpmphbohdgphhkkalnibkicpdfincbed
설명 Read any article from the web with your baby.
파일 크기 10 MB
설치 횟수 70
현재 버전 1.0
최근 업데이트 2017-03-29
출시 날짜 2017-03-29
평점 5.00/5 총 5 개의 평점
개발자 Saatchi & Saatchi IS
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Baby Browser",
    "version": "1.0",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "*:\/\/*\/*"
    ],
    "description": "Read any article from the web with your baby.",
    "icons": {
        "16": "img\/icon\/16.png",
        "48": "img\/icon\/48.png",
        "128": "img\/icon\/128.png"
    },
    "background": {
        "scripts": [
            "js\/chrome\/backgroundScript.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/chrome\/contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/icon\/16.png",
            "19": "img\/icon\/19.png",
            "32": "img\/icon\/32.png",
            "38": "img\/icon\/38.png",
            "48": "img\/icon\/48.png",
            "96": "img\/icon\/96.png",
            "128": "img\/icon\/128.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}