Sharks Tab

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

Co to jest Sharks Tab?

Sharks Tab to rozszerzenie Chrome opracowane przez RiseOn Media Ltd., a jego główną funkcją jest „SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Sharks Tab

Pobierz pliki rozszerzeń Sharks Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Sharks Tab Sharks Tab
ID bdolbdfkcfcmlandhadponlpfbdjlnga
Oficjalny URL https://chromewebstore.google.com/detail/sharks-tab/bdolbdfkcfcmlandhadponlpfbdjlnga
Opis SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.
Rozmiar pliku 76.78 KB
Liczba instalacji 40
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2023-09-02
Data Publikacji 2023-02-07
Deweloper RiseOn Media Ltd.
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sharkstab.com/
Adres URL Strony Pomocy https://sharkstab.com/contact-us
Adres URL Strony Polityki Prywatności https://riseonmedia.net/privacy-policy
Obsługiwane Języki 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"
    }
}