Livly

A non-distracting, minimalist New Tab page.

Wat is Livly?

Livly is een Chrome-extensie ontwikkeld door https://mavcook.com, en de belangrijkste functie is "A non-distracting, minimalist New Tab page.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Livly

Download Livly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Livly Livly
ID jodlifhapikdhppocniogknenmjlaiog
Officiële URL https://chromewebstore.google.com/detail/livly/jodlifhapikdhppocniogknenmjlaiog
Beschrijving A non-distracting, minimalist New Tab page.
Bestandsgrootte 73.46 MB
Aantal Installaties 31
Huidige Versie 0.2.4
Laatst Bijgewerkt 2018-06-08
Publicatiedatum 2018-06-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://mavcook.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/mavcook/LivLy/issues
Ondersteunde Talen 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"
}