Zenotes
Replace your new tab page with a clean, distraction-free notes miniapp
Zenotesとは何ですか?
ZenotesはYanis Tによって開発されたChromeの拡張機能で、その主な機能は「Replace your new tab page with a clean, distraction-free notes miniapp」です。
拡張機能のスクリーンショット
Zenotes拡張機能のCRXファイルをダウンロード
Zenotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A clean&simple notes app with markdown support. - Replaces your new tab page - Clean and minimalistic - Markdown - Source code: https://github.com/hiquest/zenotes
拡張機能の基本情報
名前 | |
ID | fphoofpcklpbccekhlcmhagpbddbkfdp |
公式URL | https://chrome.google.com/webstore/detail/zenotes/fphoofpcklpbccekhlcmhagpbddbkfdp |
説明 | Replace your new tab page with a clean, distraction-free notes miniapp |
ファイルサイズ | 135 KB |
インストール数 | 37 |
現在のバージョン | 1.4 |
最終更新日 | 2021-02-22 |
公開日 | 2019-03-08 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Yanis T |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/hiquest/zenotes |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zenotes", "description": "Replace your new tab page with a clean, distraction-free notes miniapp", "version": "1.4", "browser_action": [], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "48.png", "128": "128.png" }, "permissions": [ "activeTab", "storage" ] } |