Patience Start Tabs

Patience Start Tabs - Take your browser up a notch

Patience Start Tabsとは何ですか?

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

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

screenshot
screenshot

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

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

拡張機能の使用方法

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

拡張機能の基本情報

名前 Patience Start Tabs Patience Start Tabs
ID fojmfbfgoifnomdlmjbhihjpnklnbnpc
公式URL https://chrome.google.com/webstore/detail/patience-start-tabs/fojmfbfgoifnomdlmjbhihjpnklnbnpc
説明 Patience Start Tabs - Take your browser up a notch
ファイルサイズ 169 KB
インストール数 30,000
現在のバージョン 1.0
最終更新日 2021-10-26
公開日 2021-10-26
評価 2.00/5 合計 21 レビュー
開発者 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": "Patience Start Tabs",
    "description": "Patience Start Tabs - Take your browser up a notch ",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": ".\/img\/icons\/patience.png",
        "48": ".\/img\/icons\/patience.png",
        "128": ".\/img\/icons\/patience.png"
    },
    "background": {
        "default_icon": ".\/img\/icons\/patience.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'"
    }
}