404 New Tab
Interesting 404 pages as new tab
什么是404 New Tab?
404 New Tab是由cjinghong开发的Chrome扩展程序,该扩展的主要功能是“Interesting 404 pages as new tab”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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'"
} | |