Blank New Tab Page plus...
A blank New Tab Page with a colour and background of your choice
Wat is Blank New Tab Page plus...?
Blank New Tab Page plus... is een Chrome-extensie ontwikkeld door https://mythical5th.com, en de belangrijkste functie is "A blank New Tab Page with a colour and background of your choice".
Extensie Screenshots
Download het CRX-bestand van de extensie Blank New Tab Page plus...
Download Blank New Tab Page plus...-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Blank New Tab Page plus... |
ID | hlgjppjfojhgojohkpcfaecgnaehajae |
Officiële URL | https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae |
Beschrijving | A blank New Tab Page with a colour and background of your choice |
Bestandsgrootte | 1.61 MB |
Aantal Installaties | 44 |
Huidige Versie | 2.2.5 |
Laatst Bijgewerkt | 2024-02-10 |
Publicatiedatum | 2019-04-06 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://mythical5th.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://mythical5th.com/policies/chromeWebStore.html |
Ondersteunde Talen | 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" } } |