Notepad
Simple notebook which helps you to save/manage your notes.
什么是Notepad?
Notepad是由Bhupendra Singh Bhandari开发的Chrome扩展程序,该扩展的主要功能是“Simple notebook which helps you to save/manage your notes.”。
扩展截图
下载Notepad扩展crx文件
下载Notepad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features :
1.Lightning fast experience.
2. No login required.
3. Formatting options.
4. Recycle Bin.
5. Manage notes in categories
6. Automatically sync with chrome.
7. Reorder notes.
Future roadmap:
1. Search capabilities.
2. Copy to clipboard.
3. Print notes.
4. Themes (dark/light mode).
5. Download notes.
6. Support for multiple language 扩展基本信息
| 名称 | |
| ID | ibmpamplhebgoidhhlpdgenhdhmchdoa |
| 官方URL | https://chromewebstore.google.com/detail/notepad/ibmpamplhebgoidhhlpdgenhdhmchdoa |
| 简介 | Simple notebook which helps you to save/manage your notes. |
| 文件大小 | 701 KB |
| 安装次数 | 2,166 |
| 当前版本 | 1.0.5 |
| 更新时间 | 2020-07-13 |
| 上架时间 | 2020-06-24 |
| 评分 | 4.38/5 共13次评分 |
| 开发者 | Bhupendra Singh Bhandari |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Notepad",
"version": "1.0.5",
"description": "Simple notebook which helps you to save\/manage your notes.",
"permissions": [
"bookmarks"
],
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "assets\/images\/notepad16.png",
"32": "assets\/images\/notepad32.png",
"48": "assets\/images\/notepad48.png",
"128": "assets\/images\/notepad128.png"
}
},
"icons": {
"16": "assets\/images\/notepad16.png",
"32": "assets\/images\/notepad32.png",
"48": "assets\/images\/notepad48.png",
"128": "assets\/images\/notepad128.png"
},
"manifest_version": 2,
"offline_enabled": true,
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |