404 New Tab

Interesting 404 pages as new tab

什麼是404 New Tab?

404 New Tab是由cjinghong開發的Chrome擴展程式,該擴展的主要功能是“Interesting 404 pages as new tab”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載404 New Tab擴展crx文件

下載404 New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 404 New Tab 404 New Tab
ID gknjkkofibflpnkdcfkioghkffdbdkik
官方網址 https://chromewebstore.google.com/detail/404-new-tab/gknjkkofibflpnkdcfkioghkffdbdkik
簡介 Interesting 404 pages as new tab
檔案大小 1.74 MB
安裝次數 33
目前版本 1.2.5
更新時間 2021-01-19
上架時間 2020-12-21
評分 5.00/5 共 6 次評分
開發者 cjinghong
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.producthunt.com/posts/404-new-tab-2
支援的語言 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'"
}