LionsTab

LionsTab Chrome extension is designed to bring beautiful images of a variety of Lion species to your browser's new tab.

¿Qué es LionsTab?

LionsTab es una extensión de Chrome desarrollada por https://lionstab.com, y su función principal es "LionsTab Chrome extension is designed to bring beautiful images of a variety of Lion species to your browser's new tab.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión LionsTab

Descarga archivos de extensión LionsTab 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

                        LionsTab Chrome extension is designed to bring beautiful images of a variety of Lion species to your browser's new tab.

LionsTab customized your default New Tab Page and New Tab Search Box to an awesome custom one, allowing ou to change background to the lion you like :)

By clicking "Add to chrome", I accept and agree to installing the LionsTab extension and setting Chrome™ new tab search to that provided by the service and the Terms of Use and Privacy Policy. Search results will be provided by Microsoft bing

LionsTab does not modify your browser's search settings in any way, other than setting a custom search box to your new tab page.                    

Información Básica de la Extensión

Nombre LionsTab LionsTab
ID hfhngpkehnbiafbaghiedndoonebkkne
URL Oficial https://chromewebstore.google.com/detail/lionstab/hfhngpkehnbiafbaghiedndoonebkkne
Descripción LionsTab Chrome extension is designed to bring beautiful images of a variety of Lion species to your browser's new tab.
Tamaño del Archivo 152 KB
Cantidad de Instalaciones 8,000
Versión Actual 1.1.6
Última Actualización 2023-09-11
Fecha de Publicación 2023-07-26
Desarrollador https://lionstab.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.lionstab.com
URL de la Página de Ayuda https://www.lionstab.com/content/contact
URL de la Página de Política de Privacidad https://www.lionstab.com/content/privacy
Idiomas Soportados en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "LionsTab Chrome extension is designed to bring beautiful images of a variety of Lion species to your browser's new tab.",
    "icons": {
        "128": "\/media\/lion128.png",
        "16": "\/media\/lion16.png",
        "32": "\/media\/lion32.png",
        "48": "\/media\/lion48.png"
    },
    "manifest_version": 3,
    "name": "LionsTab",
    "permissions": [
        "storage",
        "topSites"
    ],
    "short_name": "lionsTab",
    "host_permissions": [
        "*:\/\/*.lionstab.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.6"
}