404 New Tab

Interesting 404 pages as new tab

Co je 404 New Tab?

404 New Tab je rozšíření Chrome vyvinuté cjinghong, a jeho hlavní funkcí je „Interesting 404 pages as new tab“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření 404 New Tab

Stáhněte si soubory rozšíření 404 New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název 404 New Tab 404 New Tab
ID gknjkkofibflpnkdcfkioghkffdbdkik
Oficiální URL https://chromewebstore.google.com/detail/404-new-tab/gknjkkofibflpnkdcfkioghkffdbdkik
Popis Interesting 404 pages as new tab
Velikost souboru 1.74 MB
Počet instalací 33
Aktuální Verze 1.2.5
Poslední Aktualizace 2021-01-19
Datum Vydání 2020-12-21
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář cjinghong
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.producthunt.com/posts/404-new-tab-2
Podporované Jazyky 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'"
}