Livly

A non-distracting, minimalist New Tab page.

Livlyคืออะไร?

Livly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mavcook.com และคุณลักษณะหลักของมันคือ "A non-distracting, minimalist New Tab page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Livly

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}