TurtlesTab

TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.

Qu'est-ce que TurtlesTab ?

TurtlesTab est une extension Chrome développée par https://turtlestab.com, et sa fonction principale est "TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TurtlesTab

Téléchargez les fichiers d'extension TurtlesTab 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

                        TurtlesTab customized your New Tab Page to an awesome custom one, allowing you to change background to your favorite turtle. It's also shows most frequent websites. By clicking "Add to chrome", I accept and agree to installing the TurtlesTab extension and setting Chrome™ new tab search to that provided by the service and the Terms of Use and Privacy Policy. Search results will be provided by Microsoft bing

terms: https://www.turtlestab.com/content/tos privacy: https://www.turtlestab.com/content/privacy                    

Informations de Base sur l'Extension

Nom TurtlesTab TurtlesTab
ID nhpolochcachnidmmfkdgpnhbjknahmm
URL Officiel https://chromewebstore.google.com/detail/turtlestab/nhpolochcachnidmmfkdgpnhbjknahmm
Description TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.
Taille du Fichier 206 KB
Nombre d'Installations 4,000
Version Actuelle 1.0.5
Dernière Mise à Jour 2024-01-03
Date de Publication 2023-08-30
Développeur https://turtlestab.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.turtlestab.com
URL de la Page d'Aide https://www.turtlestab.com/content/contact
URL de la Page de Politique de Confidentialité https://www.turtlestab.com/content/privacy
Langues Prises en Charge en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.",
    "icons": {
        "128": "\/media\/turtle128.png",
        "16": "\/media\/turtle16.png",
        "32": "\/media\/turtle32.png",
        "48": "\/media\/turtle48.png"
    },
    "manifest_version": 3,
    "name": "TurtlesTab",
    "permissions": [
        "storage",
        "topSites"
    ],
    "short_name": "TurtlesTab",
    "host_permissions": [
        "*:\/\/*.TurtlesTab.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}