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
Eメール [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"
}