Winterly Tab
Beautifully replace new tab screen with simple and minimalist winter themed background.
Winterly Tab란 무엇입니까?
Winterly Tab은(는) Hadna Space에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beautifully replace new tab screen with simple and minimalist winter themed background."입니다.
확장 프로그램 스크린샷
Winterly Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Free & open source new tab replacement for your browser. All images are taken from Unsplash. Image background will be automatically changed every 5 minutes, or you can change it manually.
확장 프로그램 기본 정보
이름 | Winterly Tab |
ID | fcbaofhfpeakjobpnemojmibbnkpgigi |
공식 URL | https://chromewebstore.google.com/detail/winterly-tab/fcbaofhfpeakjobpnemojmibbnkpgigi |
설명 | Beautifully replace new tab screen with simple and minimalist winter themed background. |
파일 크기 | 236 KB |
설치 횟수 | 72 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2021-10-05 |
출시 날짜 | 2021-10-04 |
개발자 | Hadna Space |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/dkhd/winterly-tab |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Winterly Tab", "author": "Diky hadna", "version": "0.0.1", "description": "Beautifully replace new tab screen with simple and minimalist winter themed background.", "icons": { "16": "snowflake.png", "48": "snowflake.png", "128": "snowflake.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |