Spacr

A modern simplistic new tab dashboard for your browser

O que é Spacr?

Spacr é uma extensão do Chrome desenvolvida por Will, e sua principal característica é "A modern simplistic new tab dashboard for your browser".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Spacr

Baixe arquivos de extensão Spacr 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

                        Comes with the following:
- Auto Updating News Feed with audio play capabilities
- Weather Tracking
- Note Taking
- Quick Links
- Search through your bookmarks
- High quality background images
- Live Clock
- Calendar
- Personal Greeting
- Google Search
- Google Apps
- YouTube Search

You have the ability to turn off any of these features and only see what you want by clicking the settings icon on the top left side                    

Informações Básicas da Extensão

Nome Spacr Spacr
ID jmplpgmkgfpcnnkohgkjnkkbhchjemjp
URL Oficial https://chromewebstore.google.com/detail/spacr/jmplpgmkgfpcnnkohgkjnkkbhchjemjp
Descrição A modern simplistic new tab dashboard for your browser
Tamanho do Arquivo 301 KB
Contagem de Instalações 14
Versão Atual 1.15
Última Atualização 2019-12-02
Data de Publicação 2019-12-02
Desenvolvedor Will
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spacr",
    "description": "A modern simplistic new tab dashboard for your browser",
    "version": "1.15",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Spacr"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "bookmarks",
        "https:\/\/news.google.com\/",
        "https:\/\/spacr.app\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "tab\/tab.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}