Livly

A non-distracting, minimalist New Tab page.

O que é Livly?

Livly é uma extensão do Chrome desenvolvida por https://mavcook.com, e sua principal característica é "A non-distracting, minimalist New Tab page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Livly

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

                        Livly is a non-distracting, minimalist newtab page for Google Chrome. 
Besides being pretty, Livly is also useful. You can access shortcuts to your favorite webpages by pressing the spacebar, or the arrow indicator at the bottom of the screen.

If you don't like the picture of the day, just cycle through the images until you find one you like.

Min resolution: 800x680

Source: https://github.com/mavcook/Livly                    

Informações Básicas da Extensão

Nome Livly Livly
ID jodlifhapikdhppocniogknenmjlaiog
URL Oficial https://chromewebstore.google.com/detail/livly/jodlifhapikdhppocniogknenmjlaiog
Descrição A non-distracting, minimalist New Tab page.
Tamanho do Arquivo 73.46 MB
Contagem de Instalações 31
Versão Atual 0.2.4
Última Atualização 2018-06-08
Data de Publicação 2018-06-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://mavcook.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/mavcook/LivLy/issues
Idiomas Suportados en
manifest.json
{
    "manifest_version": 2,
    "name": "Livly",
    "version": "0.2.4",
    "description": "A non-distracting, minimalist New Tab page.",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Livly"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "offline_enabled": true,
    "permissions": [
        "unlimitedStorage"
    ],
    "short_name": "Livly",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "minimum_chrome_version": "29.0.1547"
}