Galaxy Tab
Explore galaxy space pictures in the background of every new tab.
O que é Galaxy Tab?
Galaxy Tab é uma extensão do Chrome desenvolvida por Galaxy Tab, e sua principal característica é "Explore galaxy space pictures in the background of every new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Galaxy Tab
Baixe arquivos de extensão Galaxy 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
By clicking "Add to Chrome", I accept and agree to installing the Galaxy Tab Chrome extension and setting Chrome™️ New Tab to that provided by the service with search results by Microsoft Bing, and the Terms of Use and Privacy Policy. Terms of Use: https://the-galaxy-tab.com/terms.html Free stock media content is distributed by Unsplash - https://unsplash.com Privacy Policy: https://the-galaxy-tab.com/privacy-policy.html
Informações Básicas da Extensão
Nome | Galaxy Tab |
ID | eombdpjkbbfoclnbbednpoaaopohdnai |
URL Oficial | https://chromewebstore.google.com/detail/galaxy-tab/eombdpjkbbfoclnbbednpoaaopohdnai |
Descrição | Explore galaxy space pictures in the background of every new tab. |
Tamanho do Arquivo | 22.97 MB |
Contagem de Instalações | 1,100 |
Versão Atual | 1.95 |
Última Atualização | 2023-10-06 |
Data de Publicação | 2023-09-17 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | Galaxy Tab |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.the-galaxy-tab.com/ |
URL da Página de Ajuda | https://the-galaxy-tab.com/#contact |
URL da Página de Política de Privacidade | https://www.the-galaxy-tab.com/privacy-policy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Galaxy Tab", "version": "1.95", "description": "Explore galaxy space pictures in the background of every new tab.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [] } |