Livly
A non-distracting, minimalist New Tab page.
Vad är Livly?
Livly är en Chrome-tillägg utvecklad av https://mavcook.com, och dess huvudfunktion är "A non-distracting, minimalist New Tab page.".
Tilläggsskärmbilder
Ladda ner Livly-förlängningens CRX-fil
Ladda ner Livly-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | jodlifhapikdhppocniogknenmjlaiog |
Officiell webbadress | https://chromewebstore.google.com/detail/livly/jodlifhapikdhppocniogknenmjlaiog |
Beskrivning | A non-distracting, minimalist New Tab page. |
Filstorlek | 73.46 MB |
Antal Installationer | 31 |
Aktuell Version | 0.2.4 |
Senast Uppdaterad | 2018-06-08 |
Publiceringsdatum | 2018-06-08 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://mavcook.com |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://github.com/mavcook/LivLy/issues |
Stödda Språk | 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" } |