404 New Tab
Interesting 404 pages as new tab
Wat is 404 New Tab?
404 New Tab is een Chrome-extensie ontwikkeld door cjinghong, en de belangrijkste functie is "Interesting 404 pages as new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie 404 New Tab
Download 404 New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | 404 New Tab |
ID | gknjkkofibflpnkdcfkioghkffdbdkik |
Officiële URL | https://chromewebstore.google.com/detail/404-new-tab/gknjkkofibflpnkdcfkioghkffdbdkik |
Beschrijving | Interesting 404 pages as new tab |
Bestandsgrootte | 1.74 MB |
Aantal Installaties | 33 |
Huidige Versie | 1.2.5 |
Laatst Bijgewerkt | 2021-01-19 |
Publicatiedatum | 2020-12-21 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | cjinghong |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.producthunt.com/posts/404-new-tab-2 |
Ondersteunde Talen | 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'" } |