Nature Start

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

Nature Start là gì?

Nature Start là một tiện ích mở rộng Chrome được phát triển bởi bryce, và tính năng chính của nó là "Nature Start - Start you day with a glimpse of nature.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nature Start

Tải xuống các tệp mở rộng Nature Start dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nature Start Nature Start
ID lailkpacekeieiebekaloekpakgcmope
URL Chính Thức https://chromewebstore.google.com/detail/nature-start/lailkpacekeieiebekaloekpakgcmope
Mô tả Nature Start - Start you day with a glimpse of nature.
Kích Thước Tệp 532 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-03-11
Ngày Phát Hành 2022-03-03
Nhà Phát Triển bryce
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nature-start.com
URL Trang Trợ Giúp https://nature-start.com/?a=about
URL Trang Chính Sách Bảo Mật https://foreststarttabs.com?a=privacy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}