Beautiful New Tab

A beautiful new tab page

Apa itu Beautiful New Tab?

Beautiful New Tab adalah ekstensi Chrome yang dikembangkan oleh Matt Carrick, dan fitur utamanya adalah "A beautiful new tab page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Beautiful New Tab

Unduh file ekstensi Beautiful New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Beautiful New Tab Beautiful New Tab
ID bailppllbndlpphoipdchcmiiefhelfh
URL Resmi https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh
Deskripsi A beautiful new tab page
Ukuran File 3.78 MB
Jumlah Instalasi 167
Versi Saat Ini 1.19
Terakhir Diperbarui 2019-08-28
Tanggal Publikasi 2019-08-28
Penilaian 5.00/5 Total 9 Penilaian
Pengembang Matt Carrick
Tipe Pembayaran free
Situs Ekstensi http://rokco.org
URL Halaman Bantuan https://github.com/xRokco/New-Tab
Bahasa yang Didukung 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"
    ]
}