xkcd - New Tab Page

Override the new tab page with an xkcd comic viewer.

¿Qué es xkcd - New Tab Page?

xkcd - New Tab Page es una extensión de Chrome desarrollada por Nick Morgan, y su función principal es "Override the new tab page with an xkcd comic viewer.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión xkcd - New Tab Page

Descarga archivos de extensión xkcd - New Tab Page 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

                        An xkcd new tab page for Google Chrome, an extension of romance, sarcasm, math, and language.

Displays the most recent xkcd comic on the new tab page instead of the original content provided by Chrome.

Has a bookmarks bar and a link to the newest What-If, also published by xkcd.

All comics provided by http://xkcd.com/                    

Información Básica de la Extensión

Nombre xkcd - New Tab Page xkcd - New Tab Page
ID cjakkpghoepnjecfepbmmfofbbjijmgh
URL Oficial https://chromewebstore.google.com/detail/xkcd-new-tab-page/cjakkpghoepnjecfepbmmfofbbjijmgh
Descripción Override the new tab page with an xkcd comic viewer.
Tamaño del Archivo 14.76 KB
Cantidad de Instalaciones 200
Versión Actual 1.9
Última Actualización 2014-11-02
Fecha de Publicación 2014-11-01
Calificación 5.00/5 Total de 13 Calificaciones
Desarrollador Nick Morgan
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xkcd - New Tab Page",
    "short_name": "xkcd-ntp",
    "version": "1.9",
    "description": "Override the new tab page with an xkcd comic viewer.",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Nick Morgan",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "xkcd-ntp.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "bookmarks",
        "https:\/\/*\/",
        "http:\/\/xkcd.com\/"
    ]
}