Calm Start Tabs

Calm Start Tabs - Take your browser up a notch

Wat is Calm Start Tabs?

Calm Start Tabs is een Chrome-extensie ontwikkeld door bcextensions4, en de belangrijkste functie is "Calm Start Tabs - Take your browser up a notch".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Calm Start Tabs

Download Calm Start Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension allows will give you a Calm Start every single day with calming backgrounds. Change your Calm New Tab image anytime.

Additionally, you will be created with the current local time with a warm message.

By clicking "Add to chrome" I accept and agree to installing the Calm Start Chrome extension and setting Chrome™ New Tab to that provided by the service, the Privacy Policy, and Terms of Use.                    

Basisinformatie over de Extensie

Naam Calm Start Tabs Calm Start Tabs
ID fhkconleiijpolngfiiggodoeaonlacn
Officiële URL https://chromewebstore.google.com/detail/calm-start-tabs/fhkconleiijpolngfiiggodoeaonlacn
Beschrijving Calm Start Tabs - Take your browser up a notch
Bestandsgrootte 120 KB
Aantal Installaties 11,574
Huidige Versie 1.2
Laatst Bijgewerkt 2023-02-06
Publicatiedatum 2021-06-23
Beoordeling 3.29/5 Totaal 7 Beoordelingen
Ontwikkelaar bcextensions4
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://brandclick.com/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calm Start Tabs",
    "description": "Calm Start Tabs - Take your browser up a notch ",
    "version": "1.2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": ".\/img\/icons\/calm.png",
        "48": ".\/img\/icons\/calm.png",
        "128": ".\/img\/icons\/calm.png"
    },
    "background": {
        "default_icon": ".\/img\/icons\/calm.png",
        "scripts": [
            "js\/background.js"
        ]
    },
    "oauth2": {
        "client_id": "KNaB2KjMIRDSOn2D5bBFGjq3BYfVwX07CxnNyaJDYXI",
        "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'"
    }
}