Quiet Start Tabs

Quiet Start Tabs - Take your browser up a notch

Quiet Start Tabsとは何ですか?

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

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension allows will give you a Quiet Start Tabs every single day with calming backgrounds. Change your Quiet Start Tab 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 Quiet Start Tabs Chrome extension and setting Chrome™ New Tab to that provided by the service, the Privacy Policy, and Terms of Use.                    

拡張機能の基本情報

名前 Quiet Start Tabs Quiet Start Tabs
ID hcemndidknjbnkjgpjggokbdcafhcdhp
公式URL https://chrome.google.com/webstore/detail/quiet-start-tabs/hcemndidknjbnkjgpjggokbdcafhcdhp
説明 Quiet Start Tabs - Take your browser up a notch
ファイルサイズ 992 KB
インストール数 20,000
現在のバージョン 1.0
最終更新日 2021-10-26
公開日 2021-10-26
評価 2.29/5 合計 14 レビュー
開発者 bcextscorp
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://freeextensions.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quiet Start Tabs",
    "description": "Quiet Start Tabs - Take your browser up a notch ",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": ".\/img\/icons\/silence.png",
        "48": ".\/img\/icons\/silence.png",
        "128": ".\/img\/icons\/silence.png"
    },
    "background": {
        "default_icon": ".\/img\/icons\/silence.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'"
    }
}