Livly
A non-distracting, minimalist New Tab page.
Was ist Livly?
Livly ist eine Chrome-Erweiterung, die von https://mavcook.com entwickelt wurde, und ihr Hauptmerkmal ist "A non-distracting, minimalist New Tab page.".
Erweiterungsscreenshots
Livly-Erweiterungs-CRX-Datei herunterladen
Laden Sie Livly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | jodlifhapikdhppocniogknenmjlaiog |
Offizielle URL | https://chromewebstore.google.com/detail/livly/jodlifhapikdhppocniogknenmjlaiog |
Beschreibung | A non-distracting, minimalist New Tab page. |
Dateigröße | 73.46 MB |
Installationsanzahl | 31 |
Aktuelle Version | 0.2.4 |
Letztes Update | 2018-06-08 |
Veröffentlichungsdatum | 2018-06-08 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://mavcook.com |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/mavcook/LivLy/issues |
Unterstützte Sprachen | 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" } |