Space Tab
A New Galaxy In Every Tab
O que é Space Tab?
Space Tab é uma extensão do Chrome desenvolvida por OZ, e sua principal característica é "A New Galaxy In Every Tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Space Tab
Baixe arquivos de extensão Space 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
SpaceTab teleports you to a unique corner of the galaxy in every new tab. Fill your new tab with cool planets, star clusters, and galaxies from space, giving you awesome space themed HD wallpapers. By clicking "Add to chrome", I accept and agree to installing the SpaceTab extension and setting Chrome New Tab search to that provided by the service. The search will be powered by Bing. Privacy Policy: https://oz.works/privacy/ Terms of Service: https://oz.works/terms/ Features * Amazing selection of handpicked HD wallpapers of star, galaxies, earth, constellations, planets and more * Randomly selected space and galaxy wallpaper for each new tab. * Clean and simple interface, no distracting elements We hope you enjoy exploring the galaxy with SpaceTab. If you have any cool pictures of space you think we should add or any other questions please reach out to us at [email protected]
Informações Básicas da Extensão
Nome | Space Tab |
ID | hbnkmejhkpgjnmgkaiefdegdgcdlgdco |
URL Oficial | https://chromewebstore.google.com/detail/space-tab/hbnkmejhkpgjnmgkaiefdegdgcdlgdco |
Descrição | A New Galaxy In Every Tab |
Tamanho do Arquivo | 79.03 MB |
Contagem de Instalações | 5,051 |
Versão Atual | 0.0.8 |
Última Atualização | 2022-10-04 |
Data de Publicação | 2022-02-03 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | OZ |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://oz.works/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Space Tab", "version": "0.0.8", "description": "A New Galaxy In Every Tab", "icons": { "16": "public\/app_icon\/icon_16.png", "32": "public\/app_icon\/icon_32.png", "48": "public\/app_icon\/icon_48.png", "64": "public\/app_icon\/icon_64.png", "96": "public\/app_icon\/icon_96.png", "128": "public\/app_icon\/icon_128.png", "256": "public\/app_icon\/icon_256.png", "512": "public\/app_icon\/icon_512.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "public\/app_icon\/icon_16.png", "32": "public\/app_icon\/icon_32.png", "48": "public\/app_icon\/icon_48.png", "64": "public\/app_icon\/icon_64.png", "96": "public\/app_icon\/icon_96.png", "128": "public\/app_icon\/icon_128.png", "256": "public\/app_icon\/icon_256.png", "512": "public\/app_icon\/icon_512.png" } }, "permissions": [ "storage" ] } |