404 New Tab

Interesting 404 pages as new tab

¿Qué es 404 New Tab?

404 New Tab es una extensión de Chrome desarrollada por cjinghong, y su función principal es "Interesting 404 pages as new tab".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión 404 New Tab

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

                        See an interesting 404 page every time you opens a new tab, including the credits and the source code. Great inspirations for designers and developers.

What's up Product Hunt fam! If you find this interesting, please leave a review. I'm currently jobless right now, and for 2021 I've decided to create small projects that can be done within 2 months, and launch em here. Any feedback, positive or negative is always welcomed. Much love, JH.                    

Información Básica de la Extensión

Nombre 404 New Tab 404 New Tab
ID gknjkkofibflpnkdcfkioghkffdbdkik
URL Oficial https://chromewebstore.google.com/detail/404-new-tab/gknjkkofibflpnkdcfkioghkffdbdkik
Descripción Interesting 404 pages as new tab
Tamaño del Archivo 1.74 MB
Cantidad de Instalaciones 33
Versión Actual 1.2.5
Última Actualización 2021-01-19
Fecha de Publicación 2020-12-21
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador cjinghong
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.producthunt.com/posts/404-new-tab-2
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.5",
    "manifest_version": 2,
    "name": "404 New Tab",
    "description": "Interesting 404 pages as new tab",
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "web_accessible_resources": [
        "sidebar.html"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}