Save Turtle Tab

Wallpapers with rare species of turtles in a new tab.

Apa itu Save Turtle Tab?

Save Turtle Tab adalah ekstensi Chrome yang dikembangkan oleh https://saveturtletab.com, dan fitur utamanya adalah "Wallpapers with rare species of turtles in a new tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Save Turtle Tab

Unduh file ekstensi Save Turtle Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Save Turtle Tab Save Turtle Tab
ID cjbclahodcgffgpcdokophcaeahpjddj
URL Resmi https://chromewebstore.google.com/detail/save-turtle-tab/cjbclahodcgffgpcdokophcaeahpjddj
Deskripsi Wallpapers with rare species of turtles in a new tab.
Ukuran File 7.86 KB
Jumlah Instalasi 100,000
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-12-09
Tanggal Publikasi 2021-07-20
Penilaian 3.67/5 Total 3 Penilaian
Pengembang https://saveturtletab.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://saveturtletab.com/privacy.html
Bahasa yang Didukung 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"
}