Note Now
Quickly Take Notes with One Click
什么是Note Now?
Note Now是由Yiğitsr开发的Chrome扩展程序,该扩展的主要功能是“Quickly Take Notes with One Click”。
扩展截图
下载Note Now扩展crx文件
下载Note Now扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
*Take notes with just one click. *Notes are stored locally. *Autofocus the textarea when opening the extension. *Save and delete your notes. *Super fast notes. *Works offline. Since notes are stored locally, no internet connection is needed.
扩展基本信息
名称 | Note Now |
ID | lhcdbhckegmjmgjhlbdcpiebmkldgchm |
官方URL | https://chromewebstore.google.com/detail/note-now/lhcdbhckegmjmgjhlbdcpiebmkldgchm |
简介 | Quickly Take Notes with One Click |
文件大小 | 4.06 MB |
安装次数 | 45 |
当前版本 | 2.0.1 |
更新时间 | 2023-12-25 |
上架时间 | 2021-01-20 |
评分 | 5.00/5 共5次评分 |
开发者 | Yiğitsr |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note Now", "version": "2.0.1", "description": "Quickly Take Notes with One Click", "manifest_version": 3, "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": ".\/img\/48x48.png", "default_popup": "popup.html" }, "icons": { "16": ".\/img\/16x16.png", "48": ".\/img\/48x48.png", "128": ".\/img\/128x128.png" } } |