TurtlesTab
TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.
Was ist TurtlesTab?
TurtlesTab ist eine Chrome-Erweiterung, die von https://turtlestab.com entwickelt wurde, und ihr Hauptmerkmal ist "TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.".
Erweiterungsscreenshots
TurtlesTab-Erweiterungs-CRX-Datei herunterladen
Laden Sie TurtlesTab-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
TurtlesTab customized your New Tab Page to an awesome custom one, allowing you to change background to your favorite turtle. It's also shows most frequent websites. By clicking "Add to chrome", I accept and agree to installing the TurtlesTab extension and setting Chrome™ new tab search to that provided by the service and the Terms of Use and Privacy Policy. Search results will be provided by Microsoft bing terms: https://www.turtlestab.com/content/tos privacy: https://www.turtlestab.com/content/privacy
Grundlegende Informationen zur Erweiterung
Name | TurtlesTab |
ID | nhpolochcachnidmmfkdgpnhbjknahmm |
Offizielle URL | https://chromewebstore.google.com/detail/turtlestab/nhpolochcachnidmmfkdgpnhbjknahmm |
Beschreibung | TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab. |
Dateigröße | 206 KB |
Installationsanzahl | 4,000 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2024-01-03 |
Veröffentlichungsdatum | 2023-08-30 |
Entwickler | https://turtlestab.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.turtlestab.com |
Hilfeseite URL | https://www.turtlestab.com/content/contact |
URL der Datenschutzrichtlinien-Seite | https://www.turtlestab.com/content/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "description": "TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.", "icons": { "128": "\/media\/turtle128.png", "16": "\/media\/turtle16.png", "32": "\/media\/turtle32.png", "48": "\/media\/turtle48.png" }, "manifest_version": 3, "name": "TurtlesTab", "permissions": [ "storage", "topSites" ], "short_name": "TurtlesTab", "host_permissions": [ "*:\/\/*.TurtlesTab.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |