Lucid
Replace your new tab page with a simple notepad.
Wat is Lucid?
Lucid is een Chrome-extensie ontwikkeld door https://daneden.me, en de belangrijkste functie is "Replace your new tab page with a simple notepad.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lucid
Download Lucid-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Lucid |
ID | achogfadpkcepkepcpegehpiiioihmik |
Officiële URL | https://chromewebstore.google.com/detail/lucid/achogfadpkcepkepcpegehpiiioihmik |
Beschrijving | Replace your new tab page with a simple notepad. |
Bestandsgrootte | 9.32 KB |
Aantal Installaties | 1,191 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2019-10-01 |
Publicatiedatum | 2019-10-01 |
Beoordeling | 4.76/5 Totaal 25 Beoordelingen |
Ontwikkelaar | https://daneden.me |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |