Lucid

Replace your new tab page with a simple notepad.

What is Lucid?

Lucid is a Chrome extension developed by https://daneden.me, and its main feature is "Replace your new tab page with a simple notepad.".

Extension Screenshots

screenshot
screenshot

Download Lucid Extension CRX File

Download Lucid extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Lucid Lucid
ID achogfadpkcepkepcpegehpiiioihmik
Official URL https://chromewebstore.google.com/detail/lucid/achogfadpkcepkepcpegehpiiioihmik
Description Replace your new tab page with a simple notepad.
File Size 9.32 KB
Installation Count 1,191
Current Version 1.1.1
Last Updated 2019-10-01
Publish Date 2019-10-01
Rating 4.76/5 Total 25 Ratings
Developer https://daneden.me
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}