CoolStart - Custom New Tab Page

Enjoy HD wallpapers thanks to CoolStart Theme.

Co je CoolStart - Custom New Tab Page?

CoolStart - Custom New Tab Page je rozšíření Chrome vyvinuté https://coolstart.com, a jeho hlavní funkcí je „Enjoy HD wallpapers thanks to CoolStart Theme.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření CoolStart - Custom New Tab Page

Stáhněte si soubory rozšíření CoolStart - Custom New Tab Page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Are you tired of your boring looking new tab? Do you want something new, something fresh? If you do, look no further. CoolStart is exactly what you need. It will transform your bland new tab into a beautiful, multifunctional and user friendly new tab. 

THEMES
CoolStart combines modern design and extended functionality. You can choose among more than 800+ different wallpaper themes. Just name it and we already have it. You can seamlessly change between your favorite themes without the need of installing a brand new extension and setting up your widgets again.

WIDGETS
In order to facilitate and elevate your browsing experience, we added several useful widgets and features, which will help you with your everyday tasks. 
-	Date and time
-	Accurate weather forecast
-	Speed Dial – Get instant access to Bookmarks, Most visited sites and Recently Closed Pages
-	ToDo list – Organize your daily tasks by creating a simple check list right in your new tab.
-	New Tab Theme Gallery – over 750 different themes and keep adding more every day.
-	Screensaver mode
-       Share, like, lock your favorite wallpapers
-       Your search bar is there as usual
-       Games section

More handy widgets and features will be added in the futures so stay tuned!
Keep your browsing momentum going!

ABOUT PERMISSIONS
Location – automatic weather setup only
Browsing history and bookmarks – speed dial only
We recognize that location and data sharing is a concern for many people (ourselves included) and it is a responsibility we take very seriously. For more information on privacy and the security of your data visit https://coolstart.com/privacy-policy.

GET IN TOUCH
Email us at [email protected]

Privacy Policy: https://coolstart.com/privacy-policy
Terms of Use: https://coolstart.com/terms-of-use	
How to Uninstall: https://coolstart.com/how-to-uninstall                    

Základní Informace o Rozšíření

Název CoolStart - Custom New Tab Page CoolStart - Custom New Tab Page
ID knhgomenldjlkmmgbdlalhcmemncfkda
Oficiální URL https://chrome.google.com/webstore/detail/coolstart-custom-new-tab/knhgomenldjlkmmgbdlalhcmemncfkda
Popis Enjoy HD wallpapers thanks to CoolStart Theme.
Velikost souboru 103 KB
Počet instalací 40,000
Aktuální Verze 1.028
Poslední Aktualizace 2021-02-26
Datum Vydání 2020-05-13
Hodnocení 4.87/5 Celkem 289 Hodnocení
Vývojář https://coolstart.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://coolstart.com/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoolStart - Custom New Tab Page",
    "description": "__MSG_extdesc__",
    "version": "1.028",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "*:\/\/*.coolstart.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.coolstart.com\/",
                "https:\/\/my.coolstart.com\/?welcome"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "js\/moment.min.js",
                "js\/newtab.js",
                "js\/controller.js",
                "js\/owl.carousel.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/my.coolstart.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "js\/jquery.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/*.html",
        "img\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/database.js",
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_title": "CoolStart New Tab"
    },
    "short_name": "CoolStart",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "optional_permissions": [
        "history",
        "bookmarks",
        "tabs",
        "topSites",
        "chrome:\/\/favicon\/",
        "",
        "*:\/\/*.facebook.com\/*"
    ]
}