Sharks Tab

SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.

Sharks Tabとは何ですか?

Sharks TabはRiseOn Media Ltd.によって開発されたChromeの拡張機能で、その主な機能は「SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        SharkTab brings beautiful images of a variety of sharks species to your browser’s new tab.

Once installed you can choose your preferred background from one of the many images in its image library.

By clicking "Add to chrome", you accept and agree to installing SharksTab extension and setting Chrome New Tab search to that provided by the service.

The search will be powered by Microsoft Bing.

Homepage - https://www.sharkstab.com/

Terms of Use - https://sharkstab.com/tos              

Privacy Policy - https://www.sharkstab.com/privacy-policy

Support - https://www.sharkstab.com/contact


Credits:
Flaticon - https://www.flaticon.com/free-icon/shark_3388064
Images - https://unsplash.com/                    

拡張機能の基本情報

名前 Sharks Tab Sharks Tab
ID bdolbdfkcfcmlandhadponlpfbdjlnga
公式URL https://chromewebstore.google.com/detail/sharks-tab/bdolbdfkcfcmlandhadponlpfbdjlnga
説明 SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.
ファイルサイズ 76.78 KB
インストール数 40
現在のバージョン 1.0.5
最終更新日 2023-09-02
公開日 2023-02-07
開発者 RiseOn Media Ltd.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sharkstab.com/
ヘルプページのURL https://sharkstab.com/contact-us
プライバシーポリシーページのURL https://riseonmedia.net/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sharks Tab",
    "short_name": "Sharks Tab",
    "description": "SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.",
    "version": "1.0.5",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "\/media\/shark16.png",
        "32": "\/media\/shark32.png",
        "48": "\/media\/shark48.png",
        "128": "\/media\/shark128.png"
    },
    "permissions": [
        "storage",
        "topSites"
    ],
    "background": {
        "service_worker": "background.js"
    }
}