Sharks Tab

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

¿Qué es Sharks Tab?

Sharks Tab es una extensión de Chrome desarrollada por RiseOn Media Ltd., y su función principal es "SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Sharks Tab

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

                        SharkTab brings beautiful images of a variety of sharks species to your browser’s new tab.

Once installed you can choose your preferred background from one of the many images in its image library.

By clicking "Add to chrome", you accept and agree to installing SharksTab extension and setting Chrome New Tab search to that provided by the service.

The search will be powered by Microsoft Bing.

Homepage - https://www.sharkstab.com/

Terms of Use - https://sharkstab.com/tos              

Privacy Policy - https://www.sharkstab.com/privacy-policy

Support - https://www.sharkstab.com/contact


Credits:
Flaticon - https://www.flaticon.com/free-icon/shark_3388064
Images - https://unsplash.com/                    

Información Básica de la Extensión

Nombre Sharks Tab Sharks Tab
ID bdolbdfkcfcmlandhadponlpfbdjlnga
URL Oficial https://chromewebstore.google.com/detail/sharks-tab/bdolbdfkcfcmlandhadponlpfbdjlnga
Descripción SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.
Tamaño del Archivo 76.78 KB
Cantidad de Instalaciones 40
Versión Actual 1.0.5
Última Actualización 2023-09-02
Fecha de Publicación 2023-02-07
Desarrollador RiseOn Media Ltd.
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://sharkstab.com/
URL de la Página de Ayuda https://sharkstab.com/contact-us
URL de la Página de Política de Privacidad https://riseonmedia.net/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sharks Tab",
    "short_name": "Sharks Tab",
    "description": "SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.",
    "version": "1.0.5",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "\/media\/shark16.png",
        "32": "\/media\/shark32.png",
        "48": "\/media\/shark48.png",
        "128": "\/media\/shark128.png"
    },
    "permissions": [
        "storage",
        "topSites"
    ],
    "background": {
        "service_worker": "background.js"
    }
}