Fantastic Start

Have a better start to the internet! The best replacement for the new tab page. More info: www.fantastic-start.com

Fantastic Start क्या है?

Fantastic Start http://www.fantastic-start.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Have a better start to the internet! The best replacement for the new tab page. More info: www.fantastic-start.com"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Fantastic Start एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Have a better and inspiring start to the internet with the new tab extension: Fantastic Start.

Our goal is to make your daily life more colorful. With Fantastic Start you'll have various benefits:

- Have a beautiful new tab page with a simple and elegant design.

- Personalize your new tab page: Choose one of your stunning background images or let yourself surprise by the 'image of the day'.

- Use various search engings to get the search results that you really are looking for. For instance search directly for maps or on shopping platforms.                    

एक्सटेंशन की मूल जानकारी

नाम Fantastic Start Fantastic Start
ID acndggfmnjcldkgcpgkadgmbdnfnfadn
आधिकारिक URL https://chrome.google.com/webstore/detail/fantastic-start/acndggfmnjcldkgcpgkadgmbdnfnfadn
विवरण Have a better start to the internet! The best replacement for the new tab page. More info: www.fantastic-start.com
फ़ाइल का आकार 923 KB
स्थापना संख्या 46
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2017-11-30
प्रकाशन तिथि 2017-11-30
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://www.fantastic-start.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.fantastic-start.com/
सहायता पृष्ठ URL http://www.fantastic-start.com/about
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fantastic Start",
    "short_name": "www.fantastic-start.com",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Have a better start to the internet! The best replacement for the new tab page. More info: www.fantastic-start.com",
    "icons": {
        "48": "icon_big.png",
        "16": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "start.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/*.fantastic-start.com\/*",
                "https:\/\/fantastic-start.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "homepage": "http:\/\/www.fantastic-start.com",
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "http:\/\/www.fantastic-start.com\/images\/favicon.png",
            "is_default": true,
            "keyword": "fantastic-start.com",
            "name": "Fantastic Start Search",
            "search_url": "http:\/\/www.fantastic-start.com\/search?q={searchTerms}"
        }
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "contentSettings"
    ]
}