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
官方網址 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"
}