404 New Tab

Interesting 404 pages as new tab

O que é 404 New Tab?

404 New Tab é uma extensão do Chrome desenvolvida por cjinghong, e sua principal característica é "Interesting 404 pages as new tab".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão 404 New Tab

Baixe arquivos de extensão 404 New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 404 New Tab 404 New Tab
ID gknjkkofibflpnkdcfkioghkffdbdkik
URL Oficial https://chromewebstore.google.com/detail/404-new-tab/gknjkkofibflpnkdcfkioghkffdbdkik
Descrição Interesting 404 pages as new tab
Tamanho do Arquivo 1.74 MB
Contagem de Instalações 33
Versão Atual 1.2.5
Última Atualização 2021-01-19
Data de Publicação 2020-12-21
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor cjinghong
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.producthunt.com/posts/404-new-tab-2
Idiomas Suportados 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'"
}