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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}