Lucid

Replace your new tab page with a simple notepad.

Lucid क्या है?

Lucid https://daneden.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace your new tab page with a simple notepad."।

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

screenshot
screenshot

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

crx प्रारूप में Lucid एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Lucid replaces your New Tab page with a simple notepad. It tells you what day it is. It changes its appearance to match your computer’s. And with any luck, it will help you get things done.                    

एक्सटेंशन की मूल जानकारी

नाम Lucid Lucid
ID achogfadpkcepkepcpegehpiiioihmik
आधिकारिक URL https://chromewebstore.google.com/detail/lucid/achogfadpkcepkepcpegehpiiioihmik
विवरण Replace your new tab page with a simple notepad.
फ़ाइल का आकार 9.32 KB
स्थापना संख्या 1,191
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2019-10-01
प्रकाशन तिथि 2019-10-01
रेटिंग 4.76/5 कुल 25 रेटिंग्स
डेवलपर https://daneden.me
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lucid",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Replace your new tab page with a simple notepad.",
    "homepage_url": "https:\/\/github.com\/daneden\/chrome-lucid",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "storage"
    ]
}