Blank New Tab Page plus...
A blank New Tab Page with a colour and background of your choice
O que é Blank New Tab Page plus...?
Blank New Tab Page plus... é uma extensão do Chrome desenvolvida por https://mythical5th.com, e sua principal característica é "A blank New Tab Page with a colour and background of your choice".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Blank New Tab Page plus...
Baixe arquivos de extensão Blank New Tab Page plus... no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Blank New Tab Page plus... |
ID | hlgjppjfojhgojohkpcfaecgnaehajae |
URL Oficial | https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae |
Descrição | A blank New Tab Page with a colour and background of your choice |
Tamanho do Arquivo | 1.61 MB |
Contagem de Instalações | 44 |
Versão Atual | 2.2.5 |
Última Atualização | 2024-02-10 |
Data de Publicação | 2019-04-06 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | https://mythical5th.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://mythical5th.com/policies/chromeWebStore.html |
Idiomas Suportados | 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" } } |