Wild Nature

An excellent new tab extension for your Chrome browser with a Wild Nature theme.

Wild Nature란 무엇입니까?

Wild Nature은(는) Firearc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An excellent new tab extension for your Chrome browser with a Wild Nature theme."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Wild Nature 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing Wild Nature - a beautifully designed new tab extension that brings the stunning beauty of nature right to your fingertips. With various changing backgrounds inspired by the wild and natural landscapes, you'll be transported to a new breathtaking view every time you open a new tab.

Wild Nature also includes a convenient search bar, allowing you to easily search the web without leaving your new tab page. It's perfect for nature enthusiasts, outdoor lovers, and anyone who wants to bring a little bit of the great outdoors into their daily browsing routine.

Yahoo will offer the search tools used in the new tab. However, your browser's default search settings won't alter due to the extension.



When you install "Wild Nature" on your browser, you agree to the Terms and Privacy Policy as follows: 

https://www.wildnaturetab.com/tos
https://www.wildnaturetab.com/privacy

If you have inquiries or comments regarding the "Wild Nature" extension, kindly reach out to us through [email protected]                    

확장 프로그램 기본 정보

이름 Wild Nature Wild Nature
ID hpflicfmfcjpapbiomdgpemdgjpljiab
공식 URL https://chromewebstore.google.com/detail/wild-nature/hpflicfmfcjpapbiomdgpemdgjpljiab
설명 An excellent new tab extension for your Chrome browser with a Wild Nature theme.
파일 크기 17.65 MB
설치 횟수 1,028
현재 버전 1.0.1
최근 업데이트 2023-04-30
출시 날짜 2023-04-30
개발자 Firearc
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.wildnaturetab.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wild Nature",
    "version": "1.0.1",
    "description": "An excellent new tab extension for your Chrome browser with a Wild Nature theme.",
    "icons": {
        "16": "assets\/icons\/16px.png",
        "96": "assets\/icons\/96px.png",
        "128": "assets\/icons\/128px.png"
    },
    "author": "FireArc",
    "homepage_url": "https:\/\/www.wildnaturetab.com\/",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.wildnaturetab.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "background": {
        "service_worker": "mainClass.js",
        "type": "module"
    }
}