Newtab Notepad
Simple notepad and task manager for newtab.
什么是Newtab Notepad?
Newtab Notepad是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Simple notepad and task manager for newtab.”。
扩展截图
下载Newtab Notepad扩展crx文件
下载Newtab Notepad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple newtab page that works as a notepad. Saves after close. Type "#" and refresh to create a task. Lightweight and power-efficient. 扩展基本信息
| 名称 | |
| ID | lpaljnokgodjncnejlfagmapjldgbflm |
| 官方URL | https://chromewebstore.google.com/detail/newtab-notepad/lpaljnokgodjncnejlfagmapjldgbflm |
| 简介 | Simple notepad and task manager for newtab. |
| 文件大小 | 8.5 KB |
| 安装次数 | 99 |
| 当前版本 | 1.2 |
| 更新时间 | 2017-05-04 |
| 上架时间 | 2017-05-04 |
| 评分 | 3.33/5 共6次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | http://gokulswamy.me |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Newtab Notepad",
"short_name": "Newtabpad",
"description": "Simple notepad and task manager for newtab.",
"version": "1.2",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |