Sharks Tab

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

What is Sharks Tab?

Sharks Tab is a Chrome extension developed by RiseOn Media Ltd., and its main feature is "SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Sharks Tab Extension CRX File

Download Sharks Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Sharks Tab Sharks Tab
ID bdolbdfkcfcmlandhadponlpfbdjlnga
Official URL https://chromewebstore.google.com/detail/sharks-tab/bdolbdfkcfcmlandhadponlpfbdjlnga
Description SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.
File Size 76.78 KB
Installation Count 40
Current Version 1.0.5
Last Updated 2023-09-02
Publish Date 2023-02-07
Developer RiseOn Media Ltd.
Email [email protected]
Payment Type free
Extension Website https://sharkstab.com/
Help Page URL https://sharkstab.com/contact-us
Privacy Policy Page URL https://riseonmedia.net/privacy-policy
Supported Languages 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"
    }
}