Blank New Tab Page plus...

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

Co je Blank New Tab Page plus...?

Blank New Tab Page plus... je rozšíření Chrome vyvinuté https://mythical5th.com, a jeho hlavní funkcí je „A blank New Tab Page with a colour and background of your choice“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Blank New Tab Page plus...

Stáhněte si soubory rozšíření Blank New Tab Page plus... ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Blank New Tab Page plus... Blank New Tab Page plus...
ID hlgjppjfojhgojohkpcfaecgnaehajae
Oficiální URL https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae
Popis A blank New Tab Page with a colour and background of your choice
Velikost souboru 1.61 MB
Počet instalací 44
Aktuální Verze 2.2.5
Poslední Aktualizace 2024-02-10
Datum Vydání 2019-04-06
Hodnocení 4.80/5 Celkem 5 Hodnocení
Vývojář https://mythical5th.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://mythical5th.com/policies/chromeWebStore.html
Podporované Jazyky 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"
    }
}