Livly

A non-distracting, minimalist New Tab page.

Livly क्या है?

Livly https://mavcook.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A non-distracting, minimalist New Tab page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Livly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}