Jot
This extension replaces the new tab page for note taking.
什么是Jot?
Jot是由Matt O'Hagan开发的Chrome扩展程序,该扩展的主要功能是“This extension replaces the new tab page for note taking.”。
扩展截图
下载Jot扩展crx文件
下载Jot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quick note taking extension to replace the new tab page.
To add more pictures for the next version, send a pull request to github.com/mattohagan/jot. 扩展基本信息
| 名称 | |
| ID | mnemjleajnmodijhnibpekloajfdjjja |
| 官方URL | https://chromewebstore.google.com/detail/jot/mnemjleajnmodijhnibpekloajfdjjja |
| 简介 | This extension replaces the new tab page for note taking. |
| 文件大小 | 22.54 MB |
| 安装次数 | 8,471 |
| 当前版本 | 0.2 |
| 更新时间 | 2014-10-04 |
| 上架时间 | 2014-10-03 |
| 评分 | 3.73/5 共136次评分 |
| 开发者 | Matt O'Hagan |
| 付费类型 | free |
| 扩展官网 | http://mattohagan.github.io |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Jot",
"description": "This extension replaces the new tab page for note taking.",
"version": "0.2",
"chrome_url_overrides": {
"newtab": "jot.html"
},
"icons": {
"128": "icon128.png"
}
} | |