404 New Tab
Interesting 404 pages as new tab
Vad är 404 New Tab?
404 New Tab är en Chrome-tillägg utvecklad av cjinghong, och dess huvudfunktion är "Interesting 404 pages as new tab".
Tilläggsskärmbilder
Ladda ner 404 New Tab-förlängningens CRX-fil
Ladda ner 404 New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | gknjkkofibflpnkdcfkioghkffdbdkik |
| Officiell webbadress | https://chromewebstore.google.com/detail/404-new-tab/gknjkkofibflpnkdcfkioghkffdbdkik |
| Beskrivning | Interesting 404 pages as new tab |
| Filstorlek | 1.74 MB |
| Antal Installationer | 33 |
| Aktuell Version | 1.2.5 |
| Senast Uppdaterad | 2021-01-19 |
| Publiceringsdatum | 2020-12-21 |
| Betyg | 5.00/5 Totalt 6 Betyg |
| Utvecklare | cjinghong |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.producthunt.com/posts/404-new-tab-2 |
| Stödda Språk | 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'"
} | |