StackOverflow start page for Google Chrome

Shows StackOverflow and StackExchange questions in new tab window

¿Qué es StackOverflow start page for Google Chrome?

StackOverflow start page for Google Chrome es una extensión de Chrome desarrollada por mihhail.maslakov, y su función principal es "Shows StackOverflow and StackExchange questions in new tab window".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión StackOverflow start page for Google Chrome

Descarga archivos de extensión StackOverflow start page for Google Chrome 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

                        Basically, what it does is it aggregates questions from StackExchange sites, and shows them on your New Tab window. You can select what sites you want to display, filter questions by tags, change themes and much more. 

Now, when you open new tab, you always see most relevant questions for you.

I warn you, this extension is a real timekiller. So, if you appreciate your time, don't install it. Or if you're like me, and you just love StackExchange sites, then try it out! Who needs time, anyway :)                    

Información Básica de la Extensión

Nombre StackOverflow start page for Google Chrome StackOverflow start page for Google Chrome
ID omcplobmjajgpmpcdnbdiblienjeljan
URL Oficial https://chrome.google.com/webstore/detail/stackoverflow-start-page/omcplobmjajgpmpcdnbdiblienjeljan
Descripción Shows StackOverflow and StackExchange questions in new tab window
Tamaño del Archivo 162 KB
Cantidad de Instalaciones 184
Versión Actual 1.0.5.4
Última Actualización 2014-03-07
Fecha de Publicación 2014-03-07
Calificación 4.35/5 Total de 17 Calificaciones
Desarrollador mihhail.maslakov
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StackOverflow start page for Google Chrome",
    "version": "1.0.5.4",
    "manifest_version": 2,
    "description": "Shows StackOverflow and StackExchange questions in new tab window",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "start-page.html"
    },
    "icons": {
        "16": "so_16.png",
        "48": "so_48.png",
        "128": "so_128.png"
    },
    "permissions": [
        "http:\/\/*.stackoverflow.com\/*"
    ]
}