404 New Tab
Interesting 404 pages as new tab
Qu'est-ce que 404 New Tab ?
404 New Tab est une extension Chrome développée par cjinghong, et sa fonction principale est "Interesting 404 pages as new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 404 New Tab
Téléchargez les fichiers d'extension 404 New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | 404 New Tab |
ID | gknjkkofibflpnkdcfkioghkffdbdkik |
URL Officiel | https://chromewebstore.google.com/detail/404-new-tab/gknjkkofibflpnkdcfkioghkffdbdkik |
Description | Interesting 404 pages as new tab |
Taille du Fichier | 1.74 MB |
Nombre d'Installations | 33 |
Version Actuelle | 1.2.5 |
Dernière Mise à Jour | 2021-01-19 |
Date de Publication | 2020-12-21 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | cjinghong |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.producthunt.com/posts/404-new-tab-2 |
Langues Prises en Charge | 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'" } |