Save Turtle Tab
Wallpapers with rare species of turtles in a new tab.
什么是Save Turtle Tab?
Save Turtle Tab是由https://saveturtletab.com开发的Chrome扩展程序,该扩展的主要功能是“Wallpapers with rare species of turtles in a new tab.”。
扩展截图
下载Save Turtle Tab扩展crx文件
下载Save Turtle Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Save Turtle Tab |
ID | cjbclahodcgffgpcdokophcaeahpjddj |
官方URL | https://chromewebstore.google.com/detail/save-turtle-tab/cjbclahodcgffgpcdokophcaeahpjddj |
简介 | Wallpapers with rare species of turtles in a new tab. |
文件大小 | 7.86 KB |
安装次数 | 100,000 |
当前版本 | 1.0.1 |
更新时间 | 2023-12-09 |
上架时间 | 2021-07-20 |
评分 | 3.67/5 共3次评分 |
开发者 | https://saveturtletab.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://saveturtletab.com/privacy.html |
支持的语言 | 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" } |