Lucid
Replace your new tab page with a simple notepad.
什么是Lucid?
Lucid是由https://daneden.me开发的Chrome扩展程序,该扩展的主要功能是“Replace your new tab page with a simple notepad.”。
扩展截图
下载Lucid扩展crx文件
下载Lucid扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Lucid |
ID | achogfadpkcepkepcpegehpiiioihmik |
官方URL | https://chromewebstore.google.com/detail/lucid/achogfadpkcepkepcpegehpiiioihmik |
简介 | Replace your new tab page with a simple notepad. |
文件大小 | 9.32 KB |
安装次数 | 1,191 |
当前版本 | 1.1.1 |
更新时间 | 2019-10-01 |
上架时间 | 2019-10-01 |
评分 | 4.76/5 共25次评分 |
开发者 | https://daneden.me |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |