Beautiful New Tab

A beautiful new tab page

Hvad er Beautiful New Tab?

Beautiful New Tab er en Chrome-udvidelse udviklet af Matt Carrick, og dens hovedfunktion er "A beautiful new tab page".

Udvidelsesskærmbilleder

screenshot

Download Beautiful New Tab-udvidelses-CRX-fil

Download Beautiful New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Beautiful New Tab Beautiful New Tab
ID bailppllbndlpphoipdchcmiiefhelfh
Officiel URL https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh
Beskrivelse A beautiful new tab page
Filstørrelse 3.78 MB
Antal Installationer 167
Nuværende Version 1.19
Senest Opdateret 2019-08-28
Udgivelsesdato 2019-08-28
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler Matt Carrick
Betalingsmetode free
Udvidelseswebsted http://rokco.org
Hjælpeside-URL https://github.com/xRokco/New-Tab
Understøttede Sprog 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"
    ]
}