Notepad+
Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows…
什么是Notepad+?
Notepad+是由plus.extensions.dev开发的Chrome扩展程序,该扩展的主要功能是“Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows…”。
扩展截图
下载Notepad+扩展crx文件
下载Notepad+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows you to use a few commands to help you take notes better. The timers allow you to choose the timer duration, and also swap between creating stopwatches and timers. The timer will turn red once its at 0:00. You can note anything down using lists, and also delete the item by clicking the circle on the left. Update: fixed transfer bug that failed to provide type:notes home page.
扩展基本信息
名称 | Notepad+ |
ID | lcbldkmdhkffpeamipcnibjifgmoiafp |
官方URL | https://chromewebstore.google.com/detail/notepad+/lcbldkmdhkffpeamipcnibjifgmoiafp |
简介 | Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows… |
文件大小 | 9.4 KB |
安装次数 | 75 |
当前版本 | 2.0.0.3 |
更新时间 | 2022-02-08 |
上架时间 | 2021-02-28 |
评分 | 5.00/5 共3次评分 |
开发者 | plus.extensions.dev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notepad+", "short_name": "NP+", "version": "2.0.0.3", "manifest_version": 3, "action": { "default_icon": "notesLogo.png", "default_title": "Notepad+", "default_popup": "notepad+.html" }, "icons": { "16": "notesLogo.png", "48": "notesDispaly.png", "128": "notesicon.png" } } |