CybrHome New Tab Page

CybrHome New Tab is a light, fast and modern new tab page for your chrome.

CybrHome New Tab Page란 무엇입니까?

CybrHome New Tab Page은(는) https://cybrhome.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CybrHome New Tab is a light, fast and modern new tab page for your chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CybrHome New Tab Page 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        CybrHome New Tab Page is a modern and customizable new tab page for your chrome that links to world’s most popular sites via a beautiful speed dial.


☆ SIX MODES

✓ Metro Tab
✓ Lite Tab
✓ Age Counter
✓ Blank Tab
✓ Custom Background
✓ Custom URL


☆ FEATURES

✓ No Ads.
✓ Speed dial.
✓ Works offline.
✓ Set a custom background.
✓ Multiple modes and themes.
✓ Google search with suggestions.
✓ Faster than other new tab extensions.
✓ Zero tracking ensures full user privacy.


☆ REASONS TO INSTALL

• Start Beautifully
See a beautifully designed new tab page every time you open a chrome tab. You can also set a custom background.

• Save Time
Save time by clicking links directly using the speed dial instead of typing URLs or googling sites.

• Discover New Sites
Find interesting sites that you need but don't know or sites that you wouldn't have found on your own.


☆ WHO SHOULD INSTALL THIS

People who want full control and customization of their New Tab Page should try this extension. Unlike all other new tab extensions, CybrHome New Tab has zero ads and doesn't track any user activity at all. We made this for people like ourselves who hate ads and and are also concerned about their privacy.

If you like extensions like New Tab Redirect, Infinity New Tab, Speed Dial FVD, Awesome New Tab Page, Incredible StartPage, Momentum and Motivation then chances are you'll like CybrHome New Tab Page too.


☆ ABOUT US

Developed by CybrHome
www.cybrhome.com                    

확장 프로그램 기본 정보

이름 CybrHome New Tab Page CybrHome New Tab Page
ID djkiolbnnmfapdhnnccnpgekjhciloga
공식 URL https://chromewebstore.google.com/detail/cybrhome-new-tab-page/djkiolbnnmfapdhnnccnpgekjhciloga
설명 CybrHome New Tab is a light, fast and modern new tab page for your chrome.
파일 크기 656 KB
설치 횟수 1,179
현재 버전 0.0.16
최근 업데이트 2017-11-20
출시 날짜 2017-11-20
평점 4.42/5 총 65 개의 평점
개발자 https://cybrhome.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cybrhome.com
도움말 페이지 URL https://www.cybrhome.com/contact
개인정보 보호 정책 페이지 URL http://www.cybrhome.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CybrHome New Tab Page",
    "short_name": "CybrHome New Tab",
    "description": "CybrHome New Tab is a light, fast and modern new tab page for your chrome.",
    "version": "0.0.16",
    "content_security_policy": "script-src 'self' https:\/\/clients1.google.com\/complete\/search; object-src 'self'",
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "CybrHome",
        "default_popup": "popup.html"
    },
    "offline_enabled": true,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "incognito": "split",
    "minimum_chrome_version": "22",
    "manifest_version": 2
}