Livly
A non-distracting, minimalist New Tab page.
Hvad er Livly?
Livly er en Chrome-udvidelse udviklet af https://mavcook.com, og dens hovedfunktion er "A non-distracting, minimalist New Tab page.".
Udvidelsesskærmbilleder
Download Livly-udvidelses-CRX-fil
Download Livly-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jodlifhapikdhppocniogknenmjlaiog |
Officiel URL | https://chromewebstore.google.com/detail/livly/jodlifhapikdhppocniogknenmjlaiog |
Beskrivelse | A non-distracting, minimalist New Tab page. |
Filstørrelse | 73.46 MB |
Antal Installationer | 31 |
Nuværende Version | 0.2.4 |
Senest Opdateret | 2018-06-08 |
Udgivelsesdato | 2018-06-08 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://mavcook.com |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/mavcook/LivLy/issues |
Understøttede Sprog | 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" } |