Foxy New Tab
Custom Chrome/Chromium New Tab Page, just for me!
Foxy New Tab란 무엇입니까?
Foxy New Tab은(는) laserhawk64에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom Chrome/Chromium New Tab Page, just for me!"입니다.
확장 프로그램 스크린샷
Foxy New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension replaces your New Tab page with a static picture of a smug red fox. There will only ever be one picture, and there will only ever be one 'Foxy New Tab' Chrome Extension... unless Google decides to break backwards compatibility someday, in which case there might be two such extensions, and there might be zero. Time will tell... This upload primarily serves as a workaround for the new (and exceedingly myopic) "We don't like Extensions that aren't in the Store" policy that exists in the official Chrome browser for Windows. If you like it, great. If you don't, uninstall it and move on. In either case, good luck to you :)
확장 프로그램 기본 정보
이름 | |
ID | bonjaelihdcjneiffcfkehppkndfggem |
공식 URL | https://chromewebstore.google.com/detail/foxy-new-tab/bonjaelihdcjneiffcfkehppkndfggem |
설명 | Custom Chrome/Chromium New Tab Page, just for me! |
파일 크기 | 262 KB |
설치 횟수 | 22 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-08-25 |
출시 날짜 | 2017-10-09 |
개발자 | laserhawk64 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Christopher Havel", "content_scripts": [ { "css": [ "newtab.css" ], "html": [ "newtab.html" ], "matches": [ "https:\/\/*\/_\/chrome\/newtab*", "*:\/\/local-ntp\/local-ntp.html" ], "run_at": "document_end" } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Custom Chrome\/Chromium New Tab Page, just for me!", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "29", "name": "Foxy New Tab", "version": "1.0" } |