Blank New Tab Page plus...

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

Co to jest Blank New Tab Page plus...?

Blank New Tab Page plus... to rozszerzenie Chrome opracowane przez https://mythical5th.com, a jego główną funkcją jest „A blank New Tab Page with a colour and background of your choice”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Blank New Tab Page plus...

Pobierz pliki rozszerzeń Blank New Tab Page plus... w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Blank New Tab Page plus... Blank New Tab Page plus...
ID hlgjppjfojhgojohkpcfaecgnaehajae
Oficjalny URL https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae
Opis A blank New Tab Page with a colour and background of your choice
Rozmiar pliku 1.61 MB
Liczba instalacji 44
Aktualna Wersja 2.2.5
Ostatnia Aktualizacja 2024-02-10
Data Publikacji 2019-04-06
Ocena 4.80/5 Łącznie 5 Oceny
Deweloper https://mythical5th.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://mythical5th.com/policies/chromeWebStore.html
Obsługiwane Języki 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"
    }
}