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
公式URL 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
Eメール [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'"
}