Beautiful New Tab

A beautiful new tab page

Co je Beautiful New Tab?

Beautiful New Tab je rozšíření Chrome vyvinuté Matt Carrick, a jeho hlavní funkcí je „A beautiful new tab page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Beautiful New Tab

Stáhněte si soubory rozšíření Beautiful New Tab 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í

                        A alternative to the ugly Chrome new tab page. This extension shows random a beautiful image from Unsplash.com, along with a minimal set of shortcut links to your favourite sites, the current temperature and weather, and the time and date.                    

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

Název Beautiful New Tab Beautiful New Tab
ID bailppllbndlpphoipdchcmiiefhelfh
Oficiální URL https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh
Popis A beautiful new tab page
Velikost souboru 3.78 MB
Počet instalací 167
Aktuální Verze 1.19
Poslední Aktualizace 2019-08-28
Datum Vydání 2019-08-28
Hodnocení 5.00/5 Celkem 9 Hodnocení
Vývojář Matt Carrick
Typ Platby free
Webové stránky Rozšíření http://rokco.org
URL Stránky Nápovědy https://github.com/xRokco/New-Tab
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful New Tab",
    "version": "1.19",
    "minimum_chrome_version": "37",
    "manifest_version": 2,
    "description": "A beautiful new tab page",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "permissions": [
        "geolocation",
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "config.js",
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "index.html"
    ]
}