Livly
A non-distracting, minimalist New Tab page.
Qu'est-ce que Livly ?
Livly est une extension Chrome développée par https://mavcook.com, et sa fonction principale est "A non-distracting, minimalist New Tab page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Livly
Téléchargez les fichiers d'extension Livly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | jodlifhapikdhppocniogknenmjlaiog |
URL Officiel | https://chromewebstore.google.com/detail/livly/jodlifhapikdhppocniogknenmjlaiog |
Description | A non-distracting, minimalist New Tab page. |
Taille du Fichier | 73.46 MB |
Nombre d'Installations | 31 |
Version Actuelle | 0.2.4 |
Dernière Mise à Jour | 2018-06-08 |
Date de Publication | 2018-06-08 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://mavcook.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/mavcook/LivLy/issues |
Langues Prises en Charge | 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" } |