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
官方網址 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.
電子郵箱 [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"
    }
}