Livly
A non-distracting, minimalist New Tab page.
What is Livly?
Livly is a Chrome extension developed by https://mavcook.com, and its main feature is "A non-distracting, minimalist New Tab page.".
Extension Screenshots
Download Livly Extension CRX File
Download Livly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | jodlifhapikdhppocniogknenmjlaiog |
Official URL | https://chromewebstore.google.com/detail/livly/jodlifhapikdhppocniogknenmjlaiog |
Description | A non-distracting, minimalist New Tab page. |
File Size | 73.46 MB |
Installation Count | 31 |
Current Version | 0.2.4 |
Last Updated | 2018-06-08 |
Publish Date | 2018-06-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://mavcook.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/mavcook/LivLy/issues |
Supported Languages | 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" } |