Blank New Tab Page plus...
A blank New Tab Page with a colour and background of your choice
Hvad er Blank New Tab Page plus...?
Blank New Tab Page plus... er en Chrome-udvidelse udviklet af https://mythical5th.com, og dens hovedfunktion er "A blank New Tab Page with a colour and background of your choice".
Udvidelsesskærmbilleder
Download Blank New Tab Page plus...-udvidelses-CRX-fil
Download Blank New Tab Page plus...-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Blank New Tab Page plus... |
ID | hlgjppjfojhgojohkpcfaecgnaehajae |
Officiel URL | https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae |
Beskrivelse | A blank New Tab Page with a colour and background of your choice |
Filstørrelse | 1.61 MB |
Antal Installationer | 44 |
Nuværende Version | 2.2.5 |
Senest Opdateret | 2024-02-10 |
Udgivelsesdato | 2019-04-06 |
Bedømmelse | 4.80/5 Samlet 5 Bedømmelser |
Udvikler | https://mythical5th.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | http://mythical5th.com/policies/chromeWebStore.html |
Understøttede Sprog | 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" } } |