404 New Tab
Interesting 404 pages as new tab
Cos'è 404 New Tab?
404 New Tab è un'estensione di Chrome sviluppata da cjinghong, e la sua funzione principale è "Interesting 404 pages as new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 404 New Tab
Scarica i file di estensione 404 New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | 404 New Tab |
ID | gknjkkofibflpnkdcfkioghkffdbdkik |
URL Ufficiale | https://chromewebstore.google.com/detail/404-new-tab/gknjkkofibflpnkdcfkioghkffdbdkik |
Descrizione | Interesting 404 pages as new tab |
Dimensione del File | 1.74 MB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.2.5 |
Ultimo Aggiornamento | 2021-01-19 |
Data di Pubblicazione | 2020-12-21 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | cjinghong |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.producthunt.com/posts/404-new-tab-2 |
Lingue Supportate | 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'" } |