Save Turtle Tab

Wallpapers with rare species of turtles in a new tab.

O que é Save Turtle Tab?

Save Turtle Tab é uma extensão do Chrome desenvolvida por https://saveturtletab.com, e sua principal característica é "Wallpapers with rare species of turtles in a new tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Save Turtle Tab

Baixe arquivos de extensão Save Turtle Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Save Turtle Tab Save Turtle Tab
ID cjbclahodcgffgpcdokophcaeahpjddj
URL Oficial https://chromewebstore.google.com/detail/save-turtle-tab/cjbclahodcgffgpcdokophcaeahpjddj
Descrição Wallpapers with rare species of turtles in a new tab.
Tamanho do Arquivo 7.86 KB
Contagem de Instalações 100,000
Versão Atual 1.0.1
Última Atualização 2023-12-09
Data de Publicação 2021-07-20
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://saveturtletab.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://saveturtletab.com/privacy.html
Idiomas Suportados 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"
}