Calm Start Tabs

Calm Start Tabs - Take your browser up a notch

Calm Start Tabsとは何ですか?

Calm Start Tabsはbcextensions4によって開発されたChromeの拡張機能で、その主な機能は「Calm Start Tabs - Take your browser up a notch」です。

拡張機能のスクリーンショット

screenshot
screenshot

Calm Start Tabs拡張機能のCRXファイルをダウンロード

Calm Start Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Calm Start Tabs Calm Start Tabs
ID fhkconleiijpolngfiiggodoeaonlacn
公式URL https://chromewebstore.google.com/detail/calm-start-tabs/fhkconleiijpolngfiiggodoeaonlacn
説明 Calm Start Tabs - Take your browser up a notch
ファイルサイズ 120 KB
インストール数 11,574
現在のバージョン 1.2
最終更新日 2023-02-06
公開日 2021-06-23
評価 3.29/5 合計 7 レビュー
開発者 bcextensions4
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://brandclick.com/privacy-policy
対応言語 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'"
    }
}