Nature Start

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

Vad är Nature Start?

Nature Start är en Chrome-tillägg utvecklad av bryce, och dess huvudfunktion är "Nature Start - Start you day with a glimpse of nature.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Nature Start-förlängningens CRX-fil

Ladda ner Nature Start-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Nature Start Nature Start
ID lailkpacekeieiebekaloekpakgcmope
Officiell webbadress https://chromewebstore.google.com/detail/nature-start/lailkpacekeieiebekaloekpakgcmope
Beskrivning Nature Start - Start you day with a glimpse of nature.
Filstorlek 532 KB
Antal Installationer 31
Aktuell Version 1.1
Senast Uppdaterad 2022-03-11
Publiceringsdatum 2022-03-03
Utvecklare bryce
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://nature-start.com
Hjälpsida URL https://nature-start.com/?a=about
URL till Sekretesspolicy Sidan https://foreststarttabs.com?a=privacy
Stödda Språk 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:\/\/*\/*"
    ]
}