Fox home
A start page for browsers with some costume options.
Fox home란 무엇입니까?
Fox home은(는) Eduardo da Silva에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A start page for browsers with some costume options."입니다.
확장 프로그램 스크린샷
Fox home 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Minimalist Start page with custom options for your browser Customization options: *Background image *Round Corners *backdrop blur effect *Background Blur *Opacity *Background Color *12-hour clock *Bookmark *Timezone
확장 프로그램 기본 정보
이름 | Fox home |
ID | kbalcggddakepkjgcpijccappaeppfmh |
공식 URL | https://chromewebstore.google.com/detail/fox-home/kbalcggddakepkjgcpijccappaeppfmh |
설명 | A start page for browsers with some costume options. |
파일 크기 | 3.09 MB |
설치 횟수 | 42 |
현재 버전 | 0.1.18 |
최근 업데이트 | 2022-07-19 |
출시 날짜 | 2022-04-18 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Eduardo da Silva |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "FoxHome", "name": "Fox home", "description": "A start page for browsers with some costume options.", "author": "Eduardo da Silva", "manifest_version": 3, "version": "0.1.18", "icons": { "16": "icons\/fox-16x16.png", "48": "icons\/fox-48x48.png", "128": "icons\/fox-128x128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |