Blank New Tab Page plus...
A blank New Tab Page with a colour and background of your choice
Cos'è Blank New Tab Page plus...?
Blank New Tab Page plus... è un'estensione di Chrome sviluppata da https://mythical5th.com, e la sua funzione principale è "A blank New Tab Page with a colour and background of your choice".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Blank New Tab Page plus...
Scarica i file di estensione Blank New Tab Page plus... in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Blank New Tab Page plus... |
ID | hlgjppjfojhgojohkpcfaecgnaehajae |
URL Ufficiale | https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae |
Descrizione | A blank New Tab Page with a colour and background of your choice |
Dimensione del File | 1.61 MB |
Conteggio Installazioni | 44 |
Versione Corrente | 2.2.5 |
Ultimo Aggiornamento | 2024-02-10 |
Data di Pubblicazione | 2019-04-06 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | https://mythical5th.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://mythical5th.com/policies/chromeWebStore.html |
Lingue Supportate | 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" } } |