Save Turtle Tab
Wallpapers with rare species of turtles in a new tab.
What is Save Turtle Tab?
Save Turtle Tab is a Chrome extension developed by https://saveturtletab.com, and its main feature is "Wallpapers with rare species of turtles in a new tab.".
Extension Screenshots
Download Save Turtle Tab Extension CRX File
Download Save Turtle Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Save Turtle Tab |
ID | cjbclahodcgffgpcdokophcaeahpjddj |
Official URL | https://chromewebstore.google.com/detail/save-turtle-tab/cjbclahodcgffgpcdokophcaeahpjddj |
Description | Wallpapers with rare species of turtles in a new tab. |
File Size | 7.86 KB |
Installation Count | 100,000 |
Current Version | 1.0.1 |
Last Updated | 2023-12-09 |
Publish Date | 2021-07-20 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://saveturtletab.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://saveturtletab.com/privacy.html |
Supported Languages | 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" } |