Save Turtle Tab

Wallpapers with rare species of turtles in a new tab.

Cos'è Save Turtle Tab?

Save Turtle Tab è un'estensione di Chrome sviluppata da https://saveturtletab.com, e la sua funzione principale è "Wallpapers with rare species of turtles in a new tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Save Turtle Tab

Scarica i file di estensione Save Turtle Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Save Turtle Tab Save Turtle Tab
ID cjbclahodcgffgpcdokophcaeahpjddj
URL Ufficiale https://chromewebstore.google.com/detail/save-turtle-tab/cjbclahodcgffgpcdokophcaeahpjddj
Descrizione Wallpapers with rare species of turtles in a new tab.
Dimensione del File 7.86 KB
Conteggio Installazioni 100,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-12-09
Data di Pubblicazione 2021-07-20
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://saveturtletab.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://saveturtletab.com/privacy.html
Lingue Supportate 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"
}