Hello Tab

Hello Tab replaces your new tab page with random thoughts from others

¿Qué es Hello Tab?

Hello Tab es una extensión de Chrome desarrollada por https://hellotab.com, y su función principal es "Hello Tab replaces your new tab page with random thoughts from others".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Hello Tab

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

                        Use this chrome extension to anonymously share a thought or simply get inspired by others thoughts every time you open a new tab (cmd+T).

Share whatever is on your mind, as long as it's less than 200 characters.

Want to use more than one new-tab-extension at once? Check out "Cycle Tab" (http://cycletab.rocks) on the chrome store!                    

Información Básica de la Extensión

Nombre Hello Tab Hello Tab
ID nimdmcfjenibfldkceoegchnicmfagfb
URL Oficial https://chromewebstore.google.com/detail/hello-tab/nimdmcfjenibfldkceoegchnicmfagfb
Descripción Hello Tab replaces your new tab page with random thoughts from others
Tamaño del Archivo 124 KB
Cantidad de Instalaciones 434
Versión Actual 1.3.6
Última Actualización 2015-09-27
Fecha de Publicación 2015-09-27
Calificación 4.60/5 Total de 20 Calificaciones
Desarrollador https://hellotab.com
Tipo de Pago free
Sitio Web de la Extensión https://hellotab.com
URL de la Página de Ayuda https://hellotab.com#faq
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hello Tab",
    "description": "Hello Tab replaces your new tab page with random thoughts from others",
    "version": "1.3.6",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/hellotab.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "newtab.html"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "https:\/\/hellotab.com\/",
        "storage"
    ]
}