Blank New Tab Page plus...

A blank New Tab Page with a colour and background of your choice

Apa itu Blank New Tab Page plus...?

Blank New Tab Page plus... adalah ekstensi Chrome yang dikembangkan oleh https://mythical5th.com, dan fitur utamanya adalah "A blank New Tab Page with a colour and background of your choice".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Blank New Tab Page plus...

Unduh file ekstensi Blank New Tab Page plus... 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

                        Click the icon in the bottom corner to reveal options for background colour, patterns and textures, and to add a launcher for pages such as Bookmarks and History.

The background can be saved as an image file via the toolbar icon's context menu. On Chrome OS, it can be set as the desktop wallpaper via the same menu.

⚠ This extension is a replacement for your current New Tab Page, it doesn't simply add a background to it.                    

Informasi Dasar Ekstensi

Nama Blank New Tab Page plus... Blank New Tab Page plus...
ID hlgjppjfojhgojohkpcfaecgnaehajae
URL Resmi https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae
Deskripsi A blank New Tab Page with a colour and background of your choice
Ukuran File 1.61 MB
Jumlah Instalasi 44
Versi Saat Ini 2.2.5
Terakhir Diperbarui 2024-02-10
Tanggal Publikasi 2019-04-06
Penilaian 4.80/5 Total 5 Penilaian
Pengembang https://mythical5th.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://mythical5th.com/policies/chromeWebStore.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.2.5",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "BlankTab",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "html\/newTab.html"
    },
    "action": [],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "wallpaper"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}