Helix Tab

Take your browser up a notch

¿Qué es Helix Tab?

Helix Tab es una extensión de Chrome desarrollada por https://helix-tab.com, y su función principal es "Take your browser up a notch".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Helix Tab

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

                        Helix Tab replaces your current Chrome New Tab window with a feature packed New Tab that provides you with search and social features right on your fingertips!

Features:
– Typographic Clock
– Custom web search engine
– Social 
– Quick links to popular social media websites

By clicking "Add to Chrome", I accept and agree to installing the Chrome extension and setting Chrome™ New Tab, Homepage takeover, and Default Search to that provided by the service and the Privacy Policy and Terms of Use of the extension.

Our extension partners with third party search engines. These search engines can collect personal information about their users in accordance with their own privacy policies. To find out more information, please refer to "Types of data collected by search engines" within our Privacy Policy page.

Permission required:
Replace the page you see when opening a new tab

Links:
Terms of Use: https://helix-tab.com/terms-and-conditions/
Privacy Policy: https://helix-tab.com/privacy-policy/                    

Información Básica de la Extensión

Nombre Helix Tab Helix Tab
ID ogkjfglelpailehmjlkaodhoiageienh
URL Oficial https://chromewebstore.google.com/detail/helix-tab/ogkjfglelpailehmjlkaodhoiageienh
Descripción Take your browser up a notch
Tamaño del Archivo 652 KB
Cantidad de Instalaciones 12,143
Versión Actual 0.0.0.6
Última Actualización 2020-12-17
Fecha de Publicación 2020-05-12
Calificación 4.50/5 Total de 2 Calificaciones
Desarrollador https://helix-tab.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://helix-tab.com/privacy-policy/
URL de la Página de Política de Privacidad https://browsa.co/privacy
Idiomas Soportados en
manifest.json
{
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Helix Tab",
    "short_name": "Helix Tab",
    "version": "0.0.0.6",
    "description": "Take your browser up a notch",
    "homepage_url": "https:\/\/helix-tab.com\/",
    "chrome_url_overrides": {
        "newtab": "html\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "New Tab - Helix Tab",
        "default_icon": "icons\/helix-tab.jpg"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.bing.com https:\/\/cdn.jsdelivr.net https:\/\/ff.search.yahoo.com https:\/\/cdnjs.cloudflare.com https:\/\/chrome.google.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/helix-tab.com; object-src 'self'",
    "icons": {
        "16": "icons\/helix-tab-16x16.jpg",
        "48": "icons\/helix-tab-48x48.jpg",
        "128": "icons\/helix-tab-128x128.jpg"
    }
}