Save Turtle Tab
Wallpapers with rare species of turtles in a new tab.
Was ist Save Turtle Tab?
Save Turtle Tab ist eine Chrome-Erweiterung, die von https://saveturtletab.com entwickelt wurde, und ihr Hauptmerkmal ist "Wallpapers with rare species of turtles in a new tab.".
Erweiterungsscreenshots
Save Turtle Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save Turtle 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
Install Save Turtle Tab to enjoy hi-res turtle wallpapers in your start page. Features: - New tab background images with turtles - Quick access to the search bar - Speed dial with popular social networks By clicking "Add to Chrome", I accept and agree to installing the Save Turtle Tab and the Terms of Use and Privacy Policy. The new tab search provider will be set to Microsoft Bing. Terms of Service: https://saveturtletab.com/terms.html Privacy Policy: https://saveturtletab.com/privacy.html
Grundlegende Informationen zur Erweiterung
Name | Save Turtle Tab |
ID | cjbclahodcgffgpcdokophcaeahpjddj |
Offizielle URL | https://chromewebstore.google.com/detail/save-turtle-tab/cjbclahodcgffgpcdokophcaeahpjddj |
Beschreibung | Wallpapers with rare species of turtles in a new tab. |
Dateigröße | 7.86 KB |
Installationsanzahl | 100,000 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2023-12-09 |
Veröffentlichungsdatum | 2021-07-20 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | https://saveturtletab.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://saveturtletab.com/privacy.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "manifest_version": 2, "version": "1.0.1", "name": "Save Turtle Tab", "description": "Wallpapers with rare species of turtles in a new tab.", "icons": { "128": "128.png" }, "permissions": [ "contextMenus", "https:\/\/saveturtletab.com\/*" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "lib.js", "background.js" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |