Nature Start

Nature Start - Start you day with a glimpse of nature.

Nature Startคืออะไร?

Nature Start เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bryce และคุณลักษณะหลักของมันคือ "Nature Start - Start you day with a glimpse of nature."

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

screenshot
screenshot
screenshot

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

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

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

                        Designed to bring peace and meditation like experience when you open your browser. Our goal is to help alleviate stress by having an option of peaceful relaxing images.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nature Start Nature Start
ID lailkpacekeieiebekaloekpakgcmope
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nature-start/lailkpacekeieiebekaloekpakgcmope
คำอธิบาย Nature Start - Start you day with a glimpse of nature.
ขนาดไฟล์ 532 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-03-11
วันที่เผยแพร่ 2022-03-03
ผู้พัฒนา bryce
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nature-start.com
URL หน้าช่วยเหลือ https://nature-start.com/?a=about
URL หน้านโยบายความเป็นส่วนตัว https://foreststarttabs.com?a=privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nature Start ",
    "description": "Nature Start - Start you day with a glimpse of nature. ",
    "version": "1.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": ".\/img\/icons\/nature.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "oauth2": {
        "client_id": "UiRNYB_QlQthhyvuYrBmg8n8JiLMuWFhKQ7wN3sPi_U",
        "scopes": [
            "",
            "https:\/\/api.unsplash.com\/photos\/?"
        ],
        "content_security_policy": "script-src 'self'  'unsafe-inline' 'unsafe eval'  https:\/\/apis.google.com\/js\/client.js?; object-src 'self'"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}