Holiday seasons background pictures new tab
It shows holiday season background images on open every new tab.
Holiday seasons background pictures new tab란 무엇입니까?
Holiday seasons background pictures new tab은(는) holidayseasonsnewtab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It shows holiday season background images on open every new tab."입니다.
확장 프로그램 스크린샷
Holiday seasons background pictures new tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enhance the festive spirit with these delightful Holiday Seasons pictures in every new tab. Immerse yourself in the joy and cheer of various holidays as vibrant and captivating images fill your browser. From colorful decorations to snowy landscapes, each new tab becomes a window to the magical world of holiday celebrations. Please note this extension will change your Chrome New Tab and New Tab search. New Tab search results powered by Yahoo. Please notice: By clicking on the 'Add to Chrome' button and installing this fun “Holiday Seasons background pictures new tab”, you agree to install this extension, with our Privacy Policy and our Terms of Service mentioned below. By installing “Holiday Seasons background pictures new tab” you agree to the change of the new tab setting. You may remove or disable this extension at any time. Privacy policy available at: https://holidayseasonsnewtab.com/privacy.html Terms of Service: https://holidayseasonsnewtab.com/terms.html Contact us! We’d love to hear from you: [email protected]
확장 프로그램 기본 정보
이름 | Holiday seasons background pictures new tab |
ID | kojmhpfmnbmibbkcnfmfdemijlkiikag |
공식 URL | https://chromewebstore.google.com/detail/holiday-seasons-backgroun/kojmhpfmnbmibbkcnfmfdemijlkiikag |
설명 | It shows holiday season background images on open every new tab. |
파일 크기 | 1.62 MB |
설치 횟수 | 3,827 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-07-25 |
출시 날짜 | 2022-11-20 |
개발자 | holidayseasonsnewtab |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://holidayseasonsnewtab.com/privacy.html |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "holidayPic.png" }, "manifest_version": 3, "name": "Holiday seasons background pictures new tab", "version": "1.0.4", "description": "It shows holiday season background images on open every new tab.", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/holidayseasonsnewtab.com\/", "*:\/\/*.holidayseasonsnewtab.com\/" ], "chrome_url_overrides": { "newtab": "holidayBg.html" }, "icons": { "16": "holidayPic.png", "48": "holidayPic.png", "128": "holidayPic.png" } } |