Lucid

Replace your new tab page with a simple notepad.

Lucid là gì?

Lucid là một tiện ích mở rộng Chrome được phát triển bởi https://daneden.me, và tính năng chính của nó là "Replace your new tab page with a simple notepad.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lucid

Tải xuống các tệp mở rộng Lucid dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lucid Lucid
ID achogfadpkcepkepcpegehpiiioihmik
URL Chính Thức https://chromewebstore.google.com/detail/lucid/achogfadpkcepkepcpegehpiiioihmik
Mô tả Replace your new tab page with a simple notepad.
Kích Thước Tệp 9.32 KB
Số Lần Cài Đặt 1,191
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2019-10-01
Ngày Phát Hành 2019-10-01
Đánh Giá 4.76/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://daneden.me
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}