Save Turtle Tab

Wallpapers with rare species of turtles in a new tab.

Qu'est-ce que Save Turtle Tab ?

Save Turtle Tab est une extension Chrome développée par https://saveturtletab.com, et sa fonction principale est "Wallpapers with rare species of turtles in a new tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Save Turtle Tab

Téléchargez les fichiers d'extension Save Turtle Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Save Turtle Tab Save Turtle Tab
ID cjbclahodcgffgpcdokophcaeahpjddj
URL Officiel https://chromewebstore.google.com/detail/save-turtle-tab/cjbclahodcgffgpcdokophcaeahpjddj
Description Wallpapers with rare species of turtles in a new tab.
Taille du Fichier 7.86 KB
Nombre d'Installations 100,000
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-12-09
Date de Publication 2021-07-20
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://saveturtletab.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://saveturtletab.com/privacy.html
Langues Prises en Charge 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"
}