TurtlesTab
TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.
O que é TurtlesTab?
TurtlesTab é uma extensão do Chrome desenvolvida por https://turtlestab.com, e sua principal característica é "TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TurtlesTab
Baixe arquivos de extensão TurtlesTab 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
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
Informações Básicas da Extensão
Nome | TurtlesTab |
ID | nhpolochcachnidmmfkdgpnhbjknahmm |
URL Oficial | https://chromewebstore.google.com/detail/turtlestab/nhpolochcachnidmmfkdgpnhbjknahmm |
Descrição | TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab. |
Tamanho do Arquivo | 206 KB |
Contagem de Instalações | 4,000 |
Versão Atual | 1.0.5 |
Última Atualização | 2024-01-03 |
Data de Publicação | 2023-08-30 |
Desenvolvedor | https://turtlestab.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.turtlestab.com |
URL da Página de Ajuda | https://www.turtlestab.com/content/contact |
URL da Página de Política de Privacidade | https://www.turtlestab.com/content/privacy |
Idiomas Suportados | 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" } |