Sharks Tab
SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.
Was ist Sharks Tab?
Sharks Tab ist eine Chrome-Erweiterung, die von RiseOn Media Ltd. entwickelt wurde, und ihr Hauptmerkmal ist "SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab.".
Erweiterungsscreenshots
Sharks Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sharks Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bdolbdfkcfcmlandhadponlpfbdjlnga |
| Offizielle URL | https://chromewebstore.google.com/detail/sharks-tab/bdolbdfkcfcmlandhadponlpfbdjlnga |
| Beschreibung | SharksTab Chrome extension is designed to bring beautiful images of a variety of sharks species to your browser's new tab. |
| Dateigröße | 76.78 KB |
| Installationsanzahl | 40 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2023-09-02 |
| Veröffentlichungsdatum | 2023-02-07 |
| Entwickler | RiseOn Media Ltd. |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://sharkstab.com/ |
| Hilfeseite URL | https://sharkstab.com/contact-us |
| URL der Datenschutzrichtlinien-Seite | https://riseonmedia.net/privacy-policy |
| Unterstützte Sprachen | 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"
}
} | |