Nature Start

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

什麼是Nature Start?

Nature Start是由bryce開發的Chrome擴展程式,該擴展的主要功能是“Nature Start - Start you day with a glimpse of nature.”。

擴展截圖

screenshot
screenshot
screenshot

下載Nature Start擴展crx文件

下載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
官方網址 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:\/\/*\/*"
    ]
}