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.”。

擴展截圖

screenshot

下載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 Save Turtle Tab
ID cjbclahodcgffgpcdokophcaeahpjddj
官方網址 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"
}