Livly

A non-distracting, minimalist New Tab page.

Livly là gì?

Livly là một tiện ích mở rộng Chrome được phát triển bởi https://mavcook.com, và tính năng chính của nó là "A non-distracting, minimalist New Tab page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Livly

Tải xuống các tệp mở rộng Livly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Livly Livly
ID jodlifhapikdhppocniogknenmjlaiog
URL Chính Thức https://chromewebstore.google.com/detail/livly/jodlifhapikdhppocniogknenmjlaiog
Mô tả A non-distracting, minimalist New Tab page.
Kích Thước Tệp 73.46 MB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.2.4
Cập Nhật Lần Cuối 2018-06-08
Ngày Phát Hành 2018-06-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://mavcook.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/mavcook/LivLy/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}