EasyNotePad
Notepad that saves what you write
什么是EasyNotePad?
EasyNotePad是由Jeeth Suresh开发的Chrome扩展程序,该扩展的主要功能是“Notepad that saves what you write”。
扩展截图
下载EasyNotePad扩展crx文件
下载EasyNotePad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever had a piece of code, a single thought, or just a list of things you needed to do that you needed to remember?
Until now, you would've had to open up a text editor, or find a pen and paper (who even keeps those around anymore?). Now, with EasyNotePad, it's easier than ever to create a short list or a babble-box for your thoughts!
Current commands: creates a list of items
COMING SOON: Options page to control how big your text size is, how wide your extension window is, and other such details. Also coming is a code view and possibly even an events/calendar view!
扩展基本信息
| 名称 | |
| ID | dfdcglofngdaicocbbdllmhacdadohel |
| 官方URL | https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel |
| 简介 | Notepad that saves what you write |
| 文件大小 | 45.13 KB |
| 安装次数 | 452 |
| 当前版本 | 0.1 |
| 更新时间 | 2014-02-24 |
| 上架时间 | 2014-02-23 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Jeeth Suresh |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "EasyNotePad",
"description": "Notepad that saves what you write",
"version": "0.1",
"permissions": [
"background",
"storage"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "easynotepad.html"
}
} | |