Nature Start

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

Hvad er Nature Start?

Nature Start er en Chrome-udvidelse udviklet af bryce, og dens hovedfunktion er "Nature Start - Start you day with a glimpse of nature.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Nature Start-udvidelses-CRX-fil

Download Nature Start-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Nature Start Nature Start
ID lailkpacekeieiebekaloekpakgcmope
Officiel URL https://chromewebstore.google.com/detail/nature-start/lailkpacekeieiebekaloekpakgcmope
Beskrivelse Nature Start - Start you day with a glimpse of nature.
Filstørrelse 532 KB
Antal Installationer 31
Nuværende Version 1.1
Senest Opdateret 2022-03-11
Udgivelsesdato 2022-03-03
Udvikler bryce
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://nature-start.com
Hjælpeside-URL https://nature-start.com/?a=about
URL til Fortrolighedspolitik Side https://foreststarttabs.com?a=privacy
Understøttede Sprog 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:\/\/*\/*"
    ]
}