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
公式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
Eメール [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"
}