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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CybrHome New Tab is a light, fast and modern new tab page for your chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CybrHome New Tab Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}