Baby Browser

Read any article from the web with your baby.

Baby Browserคืออะไร?

Baby Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Saatchi & Saatchi IS และคุณลักษณะหลักของมันคือ "Read any article from the web with your baby."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Baby Browser

ดาวน์โหลดไฟล์ส่วนขยาย Baby Browser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}