TurtlesTab
TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.
什么是TurtlesTab?
TurtlesTab是由https://turtlestab.com开发的Chrome扩展程序,该扩展的主要功能是“TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.”。
扩展截图
下载TurtlesTab扩展crx文件
下载TurtlesTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | TurtlesTab |
ID | nhpolochcachnidmmfkdgpnhbjknahmm |
官方URL | https://chromewebstore.google.com/detail/turtlestab/nhpolochcachnidmmfkdgpnhbjknahmm |
简介 | TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab. |
文件大小 | 206 KB |
安装次数 | 4,000 |
当前版本 | 1.0.5 |
更新时间 | 2024-01-03 |
上架时间 | 2023-08-30 |
开发者 | https://turtlestab.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.turtlestab.com |
帮助页面URL | https://www.turtlestab.com/content/contact |
隐私政策页面URL | https://www.turtlestab.com/content/privacy |
支持的语言 | 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" } |