Ocean Tabs

Ocean Tabs - Welcome to The Ocean

Ocean Tabsとは何ですか?

Ocean Tabsはbryceによって開発されたChromeの拡張機能で、その主な機能は「Ocean Tabs - Welcome to The Ocean」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Ocean Tabs is designed to provide users a calming experience while browsing the internet. The relaxing ocean backdrop makes it a great way to start work, or shopping online.                    

拡張機能の基本情報

名前 Ocean Tabs Ocean Tabs
ID oobghmgkkjlilhnneocieeahlmlefeng
公式URL https://chrome.google.com/webstore/detail/ocean-tabs/oobghmgkkjlilhnneocieeahlmlefeng
説明 Ocean Tabs - Welcome to The Ocean
ファイルサイズ 96.23 KB
インストール数 80,000
現在のバージョン 1.2
最終更新日 2022-03-10
公開日 2022-02-20
評価 2.08/5 合計 12 レビュー
開発者 bryce
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://oceanstarttab.com
ヘルプページのURL https://oceanstarttab.com/?a=about
プライバシーポリシーページのURL https://foreststarttabs.com?a=privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ocean Tabs",
    "description": "Ocean Tabs - Welcome to The Ocean ",
    "version": "1.2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": ".\/img\/icons\/oceantabs.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:\/\/*\/*"
    ]
}