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