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
Eメール [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:\/\/*\/*"
    ]
}