Diary : Easy Note
This extension helps to take Notes
什么是Diary : Easy Note?
Diary : Easy Note是由kirtan开发的Chrome扩展程序,该扩展的主要功能是“This extension helps to take Notes”。
扩展截图
下载Diary : Easy Note扩展crx文件
下载Diary : Easy Note扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
User can create E-Notes. Color coding helps to improve user experience. New Feature & Improvement: - More Colors - Auto Save Feature - Search Note Feature - Optimized Look
扩展基本信息
名称 | Diary : Easy Note |
ID | obffgekpfghbkgcfhifoanggmcfdkjkb |
官方URL | https://chromewebstore.google.com/detail/diary-easy-note/obffgekpfghbkgcfhifoanggmcfdkjkb |
简介 | This extension helps to take Notes |
文件大小 | 57.45 KB |
安装次数 | 133 |
当前版本 | 1.0.3 |
更新时间 | 2022-05-18 |
上架时间 | 2022-05-18 |
评分 | 5.00/5 共5次评分 |
开发者 | kirtan |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Diary : Easy Note", "version": "1.0.3", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": "notelogo.png", "default_title": "My Diary" }, "description": "This extension helps to take Notes", "icons": { "128": "notelogo.png", "64": "notelogo64.png", "48": "notelogo48.png", "32": "notelogo32.png" }, "permissions": [] } |