Elementary New Tab

Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser

¿Qué es Elementary New Tab?

Elementary New Tab es una extensión de Chrome desarrollada por Gamake, y su función principal es "Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Elementary New Tab

Descarga archivos de extensión Elementary New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        💎 Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser.

✨ Fast switching of the search service Google, Yandex, Bing, choose what you need with one click.

✨ Extensive gallery of quality images for the background of your page

✨ Minimalistic customizable tabs for quick access to your favorite sites                    

Información Básica de la Extensión

Nombre Elementary New Tab Elementary New Tab
ID nkchlojdkebfdanfjngpdimocljgpfhh
URL Oficial https://chromewebstore.google.com/detail/elementary-new-tab/nkchlojdkebfdanfjngpdimocljgpfhh
Descripción Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser
Tamaño del Archivo 2.92 MB
Cantidad de Instalaciones 72
Versión Actual 1.0.4
Última Actualización 2021-01-17
Fecha de Publicación 2020-12-20
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Gamake
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados de,en,fr,tr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elementary New Tab",
    "description": "__MSG_extDescription__",
    "version": "1.0.4",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/images\/icons\/icon_16.png",
        "48": "assets\/images\/icons\/icon_48.png",
        "128": "assets\/images\/icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "topSites",
        "*:\/\/wallhaven.cc\/*"
    ]
}