TurtlesTab

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

Cos'è TurtlesTab?

TurtlesTab è un'estensione di Chrome sviluppata da https://turtlestab.com, e la sua funzione principale è "TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TurtlesTab

Scarica i file di estensione TurtlesTab 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

                        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                    

Informazioni di Base sull'Estensione

Nome TurtlesTab TurtlesTab
ID nhpolochcachnidmmfkdgpnhbjknahmm
URL Ufficiale https://chromewebstore.google.com/detail/turtlestab/nhpolochcachnidmmfkdgpnhbjknahmm
Descrizione TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.
Dimensione del File 206 KB
Conteggio Installazioni 4,000
Versione Corrente 1.0.5
Ultimo Aggiornamento 2024-01-03
Data di Pubblicazione 2023-08-30
Sviluppatore https://turtlestab.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.turtlestab.com
URL della Pagina di Aiuto https://www.turtlestab.com/content/contact
URL della Pagina della Politica sulla Privacy https://www.turtlestab.com/content/privacy
Lingue Supportate 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"
}