404 New Tab
Interesting 404 pages as new tab
404 New Tab là gì?
404 New Tab là một tiện ích mở rộng Chrome được phát triển bởi cjinghong, và tính năng chính của nó là "Interesting 404 pages as new tab".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 404 New Tab
Tải xuống các tệp mở rộng 404 New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 404 New Tab |
ID | gknjkkofibflpnkdcfkioghkffdbdkik |
URL Chính Thức | https://chromewebstore.google.com/detail/404-new-tab/gknjkkofibflpnkdcfkioghkffdbdkik |
Mô tả | Interesting 404 pages as new tab |
Kích Thước Tệp | 1.74 MB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 1.2.5 |
Cập Nhật Lần Cuối | 2021-01-19 |
Ngày Phát Hành | 2020-12-21 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | cjinghong |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.producthunt.com/posts/404-new-tab-2 |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |