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開發的Chrome擴展程式,該擴展的主要功能是“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

下載Fantastic Start擴展crx文件

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

擴展使用說明

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