Beautiful New Tab

A beautiful new tab page

Vad är Beautiful New Tab?

Beautiful New Tab är en Chrome-tillägg utvecklad av Matt Carrick, och dess huvudfunktion är "A beautiful new tab page".

Tilläggsskärmbilder

screenshot

Ladda ner Beautiful New Tab-förlängningens CRX-fil

Ladda ner Beautiful New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Beautiful New Tab Beautiful New Tab
ID bailppllbndlpphoipdchcmiiefhelfh
Officiell webbadress https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh
Beskrivning A beautiful new tab page
Filstorlek 3.78 MB
Antal Installationer 167
Aktuell Version 1.19
Senast Uppdaterad 2019-08-28
Publiceringsdatum 2019-08-28
Betyg 5.00/5 Totalt 9 Betyg
Utvecklare Matt Carrick
Betalningssätt free
Tilläggswebbplats http://rokco.org
Hjälpsida URL https://github.com/xRokco/New-Tab
Stödda Språk 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"
    ]
}