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 |
电子邮箱 | [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" ] } |