Sharks Tab

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

Apa itu Sharks Tab?

Sharks Tab adalah ekstensi Chrome yang dikembangkan oleh RiseOn Media Ltd., dan fitur utamanya adalah "SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Sharks Tab

Unduh file ekstensi Sharks Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Sharks Tab Sharks Tab
ID bdolbdfkcfcmlandhadponlpfbdjlnga
URL Resmi https://chromewebstore.google.com/detail/sharks-tab/bdolbdfkcfcmlandhadponlpfbdjlnga
Deskripsi SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.
Ukuran File 76.78 KB
Jumlah Instalasi 40
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2023-09-02
Tanggal Publikasi 2023-02-07
Pengembang RiseOn Media Ltd.
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sharkstab.com/
URL Halaman Bantuan https://sharkstab.com/contact-us
URL Halaman Kebijakan Privasi https://riseonmedia.net/privacy-policy
Bahasa yang Didukung 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"
    }
}