Space Tab

Make yourself more productive with Space Tab - extension that adapts to your desires!

O que é Space Tab?

Space Tab é uma extensão do Chrome desenvolvida por Space Tab, e sua principal característica é "Make yourself more productive with Space Tab - extension that adapts to your desires!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

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

                        By clicking "Add to Chrome", you accept and agree to installing the Space Tab extension and setting Chrome™ new tab to that provided by the service and the EULA and Privacy Policy. The extension will update your search settings and will change your search engine to be provided by Microsoft Bing.

🚀 Prepare to embark on an extraordinary browsing adventure with Space Tab, the Chrome extension that will transport you to the depths of the universe and beyond! 🌌✨

🌠 Experience a new tab page like never before as this extension unveils a captivating gateway to the cosmos, immersing you in the breathtaking beauty of space with its mesmerizing backgrounds and enchanting animations. 💫🌟

🌤️ But that's not all! Stay connected to the real world while exploring the celestial wonders with the integrated weather widget, ensuring you're ready for whatever weather lies ahead as you embark on your cosmic journey. ☀️🌧️❄️

We empower you to take full control of your new tab's appearance, giving you the freedom to hide or reveal its incredible features. Create a browsing experience that aligns with your style, whether you prefer a minimalist approach or desire a complete immersion in the cosmic splendor. 🎨🌈

Embark on an extraordinary voyage through the cosmos and let this cosmic extension redefine the way you explore the web. Get ready to be amazed, inspired, and transported to galaxies far, far away every time you open a new tab! 🚀🌌🔭

📞 Need assistance or have any questions? We're here to help! Feel free to reach out to us via email at [email protected]. Alternatively, if you prefer traditional mail, you can send your inquiries or comments to the following address:

Corso Studio OU
Veerise 10-8
Tallinn, Estonia 13516

Our dedicated team is eager to assist you and ensure your Space Tab experience is out of this world! 🌠📮                    

Informações Básicas da Extensão

Nome Space Tab Space Tab
ID kdnkppfomagbanmhnjpcajkedlcdicgj
URL Oficial https://chromewebstore.google.com/detail/space-tab/kdnkppfomagbanmhnjpcajkedlcdicgj
Descrição Make yourself more productive with Space Tab - extension that adapts to your desires!
Tamanho do Arquivo 259 KB
Contagem de Instalações 11,211
Versão Atual 1.0.3
Última Atualização 2023-07-21
Data de Publicação 2023-05-24
Classificação 4.67/5 Total de 15 Avaliações
Desenvolvedor Space Tab
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://spaceytab.com/index.html
URL da Página de Ajuda https://spaceytab.com/contact.html
URL da Página de Política de Privacidade https://spaceytab.com/privacy-policy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Space Tab",
    "description": "Make yourself more productive with Space Tab - extension that adapts to your desires!",
    "version": "1.0.3",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "64": "\/images\/64.png",
        "128": "\/images\/128.png"
    },
    "short_name": "spaceyTabCh",
    "chrome_url_overrides": {
        "newtab": "html\/new_tab_page.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/spaceytab.com\/*"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    }
}