Blank New Tab Page plus...

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

Vad är Blank New Tab Page plus...?

Blank New Tab Page plus... är en Chrome-tillägg utvecklad av https://mythical5th.com, och dess huvudfunktion är "A blank New Tab Page with a colour and background of your choice".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Blank New Tab Page plus...-förlängningens CRX-fil

Ladda ner Blank New Tab Page plus...-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

                        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.                    

Grundläggande Information om Tillägg

Namn Blank New Tab Page plus... Blank New Tab Page plus...
ID hlgjppjfojhgojohkpcfaecgnaehajae
Officiell webbadress https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae
Beskrivning A blank New Tab Page with a colour and background of your choice
Filstorlek 1.61 MB
Antal Installationer 44
Aktuell Version 2.2.5
Senast Uppdaterad 2024-02-10
Publiceringsdatum 2019-04-06
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare https://mythical5th.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://mythical5th.com/policies/chromeWebStore.html
Stödda Språk 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"
    }
}