Lucid
Replace your new tab page with a simple notepad.
Co je Lucid?
Lucid je rozšíření Chrome vyvinuté https://daneden.me, a jeho hlavní funkcí je „Replace your new tab page with a simple notepad.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lucid
Stáhněte si soubory rozšíření Lucid ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Lucid |
ID | achogfadpkcepkepcpegehpiiioihmik |
Oficiální URL | https://chromewebstore.google.com/detail/lucid/achogfadpkcepkepcpegehpiiioihmik |
Popis | Replace your new tab page with a simple notepad. |
Velikost souboru | 9.32 KB |
Počet instalací | 1,191 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2019-10-01 |
Datum Vydání | 2019-10-01 |
Hodnocení | 4.76/5 Celkem 25 Hodnocení |
Vývojář | https://daneden.me |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |