TurtlesTab
TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.
What is TurtlesTab?
TurtlesTab is a Chrome extension developed by https://turtlestab.com, and its main feature is "TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.".
Extension Screenshots
Download TurtlesTab Extension CRX File
Download TurtlesTab 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
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
Extension Basic Information
Name | TurtlesTab |
ID | nhpolochcachnidmmfkdgpnhbjknahmm |
Official URL | https://chromewebstore.google.com/detail/turtlestab/nhpolochcachnidmmfkdgpnhbjknahmm |
Description | TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab. |
File Size | 206 KB |
Installation Count | 4,000 |
Current Version | 1.0.5 |
Last Updated | 2024-01-03 |
Publish Date | 2023-08-30 |
Developer | https://turtlestab.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.turtlestab.com |
Help Page URL | https://www.turtlestab.com/content/contact |
Privacy Policy Page URL | https://www.turtlestab.com/content/privacy |
Supported Languages | 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" } |