Livly

A non-distracting, minimalist New Tab page.

什么是Livly?

Livly是由https://mavcook.com开发的Chrome扩展程序,该扩展的主要功能是“A non-distracting, minimalist New Tab page.”。

扩展截图

screenshot
screenshot
screenshot

下载Livly扩展crx文件

下载Livly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Livly Livly
ID jodlifhapikdhppocniogknenmjlaiog
官方URL https://chromewebstore.google.com/detail/livly/jodlifhapikdhppocniogknenmjlaiog
简介 A non-distracting, minimalist New Tab page.
文件大小 73.46 MB
安装次数 31
当前版本 0.2.4
更新时间 2018-06-08
上架时间 2018-06-08
评分 5.00/5 共2次评分
开发者 https://mavcook.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/mavcook/LivLy/issues
支持的语言 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"
}