404 New Tab
Interesting 404 pages as new tab
What is 404 New Tab?
404 New Tab is a Chrome extension developed by cjinghong, and its main feature is "Interesting 404 pages as new tab".
Extension Screenshots
Download 404 New Tab Extension CRX File
Download 404 New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | 404 New Tab |
ID | gknjkkofibflpnkdcfkioghkffdbdkik |
Official URL | https://chromewebstore.google.com/detail/404-new-tab/gknjkkofibflpnkdcfkioghkffdbdkik |
Description | Interesting 404 pages as new tab |
File Size | 1.74 MB |
Installation Count | 33 |
Current Version | 1.2.5 |
Last Updated | 2021-01-19 |
Publish Date | 2020-12-21 |
Rating | 5.00/5 Total 6 Ratings |
Developer | cjinghong |
[email protected] | |
Payment Type | free |
Extension Website | https://www.producthunt.com/posts/404-new-tab-2 |
Supported Languages | 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'" } |