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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |