Lucid
Replace your new tab page with a simple notepad.
Co to jest Lucid?
Lucid to rozszerzenie Chrome opracowane przez https://daneden.me, a jego główną funkcją jest „Replace your new tab page with a simple notepad.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lucid
Pobierz pliki rozszerzeń Lucid w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Lucid |
ID | achogfadpkcepkepcpegehpiiioihmik |
Oficjalny URL | https://chromewebstore.google.com/detail/lucid/achogfadpkcepkepcpegehpiiioihmik |
Opis | Replace your new tab page with a simple notepad. |
Rozmiar pliku | 9.32 KB |
Liczba instalacji | 1,191 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2019-10-01 |
Data Publikacji | 2019-10-01 |
Ocena | 4.76/5 Łącznie 25 Oceny |
Deweloper | https://daneden.me |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |