Weather New Tab

The best weather new tab extention

Weather New Tab란 무엇입니까?

Weather New Tab은(는) weathernewtab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best weather new tab extention"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Weather New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Customize the browsing experience with the Weather New Tab, this feature enables your Chrome search page into a new interface with changing background images and provides updates on the Weather and Time. "By clicking “Add to Chrome”, You accept and agree to installing the Weather New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing"                    

확장 프로그램 기본 정보

이름 Weather New Tab Weather New Tab
ID bpbogmolkofliadijppmedcifmejecjk
공식 URL https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk
설명 The best weather new tab extention
파일 크기 1.67 MB
설치 횟수 6,921
현재 버전 1.0.4
최근 업데이트 2023-05-30
출시 날짜 2022-10-26
개발자 weathernewtab
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://weathernewtab.com/privacy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Weather New Tab",
    "version": "1.0.4",
    "description": "The best weather new tab extention",
    "permissions": [
        "geolocation",
        "cookies",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "action": {
        "default_icon": "icon.png"
    }
}