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 |
官方網址 | 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" ] } |