Wild Nature

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

Wild Natureคืออะไร?

Wild Nature เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Firearc และคุณลักษณะหลักของมันคือ "An excellent new tab extension for your Chrome browser with a Wild Nature theme."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wild Nature

ดาวน์โหลดไฟล์ส่วนขยาย Wild Nature ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}