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 là gì?

Fantastic Start là một tiện ích mở rộng Chrome được phát triển bởi http://www.fantastic-start.com, và tính năng chính của nó là "Have a better start to the internet! The best replacement for the new tab page. More info: www.fantastic-start.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fantastic Start

Tải xuống các tệp mở rộng Fantastic Start dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fantastic Start Fantastic Start
ID acndggfmnjcldkgcpgkadgmbdnfnfadn
URL Chính Thức https://chrome.google.com/webstore/detail/fantastic-start/acndggfmnjcldkgcpgkadgmbdnfnfadn
Mô tả Have a better start to the internet! The best replacement for the new tab page. More info: www.fantastic-start.com
Kích Thước Tệp 923 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-11-30
Ngày Phát Hành 2017-11-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://www.fantastic-start.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.fantastic-start.com/
URL Trang Trợ Giúp http://www.fantastic-start.com/about
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}