404 New Tab
Interesting 404 pages as new tab
404 New Tab란 무엇입니까?
404 New Tab은(는) cjinghong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Interesting 404 pages as new tab"입니다.
확장 프로그램 스크린샷
404 New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | 404 New Tab |
ID | gknjkkofibflpnkdcfkioghkffdbdkik |
공식 URL | https://chromewebstore.google.com/detail/404-new-tab/gknjkkofibflpnkdcfkioghkffdbdkik |
설명 | Interesting 404 pages as new tab |
파일 크기 | 1.74 MB |
설치 횟수 | 33 |
현재 버전 | 1.2.5 |
최근 업데이트 | 2021-01-19 |
출시 날짜 | 2020-12-21 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | cjinghong |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.producthunt.com/posts/404-new-tab-2 |
지원되는 언어 | 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'" } |