Livly

A non-distracting, minimalist New Tab page.

Cos'è Livly?

Livly è un'estensione di Chrome sviluppata da https://mavcook.com, e la sua funzione principale è "A non-distracting, minimalist New Tab page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Livly

Scarica i file di estensione Livly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Livly Livly
ID jodlifhapikdhppocniogknenmjlaiog
URL Ufficiale https://chromewebstore.google.com/detail/livly/jodlifhapikdhppocniogknenmjlaiog
Descrizione A non-distracting, minimalist New Tab page.
Dimensione del File 73.46 MB
Conteggio Installazioni 31
Versione Corrente 0.2.4
Ultimo Aggiornamento 2018-06-08
Data di Pubblicazione 2018-06-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://mavcook.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/mavcook/LivLy/issues
Lingue Supportate 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"
}