Lucid

Replace your new tab page with a simple notepad.

Apa itu Lucid?

Lucid adalah ekstensi Chrome yang dikembangkan oleh https://daneden.me, dan fitur utamanya adalah "Replace your new tab page with a simple notepad.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Lucid

Unduh file ekstensi Lucid dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Lucid Lucid
ID achogfadpkcepkepcpegehpiiioihmik
URL Resmi https://chromewebstore.google.com/detail/lucid/achogfadpkcepkepcpegehpiiioihmik
Deskripsi Replace your new tab page with a simple notepad.
Ukuran File 9.32 KB
Jumlah Instalasi 1,191
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2019-10-01
Tanggal Publikasi 2019-10-01
Penilaian 4.76/5 Total 25 Penilaian
Pengembang https://daneden.me
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}