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文件

下載CybrHome New Tab Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}