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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}