Nootpad
A notepad whenever you need it.
什么是Nootpad?
Nootpad是由James Pan开发的Chrome扩展程序,该扩展的主要功能是“A notepad whenever you need it.”。
扩展截图
下载Nootpad扩展crx文件
下载Nootpad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sometimes when I read things on the Internet, I want to take notes. But I find that opening up a new text file, launching a notepad app, or grabbing a pencil and paper disrupts my workflow. So instead, I made this handy Chrome extension. It pops up a notepad wherever I am and syncs it to my Chrome account. It also lets me save seven distinct frames at a time. So far I've found it useful for me. I hope you can find it useful too. James Pan http://pan-james.tumblr.com @jibpan Shortcuts ---------- Move forward one frame: Alt + . Move back one frame: Alt + ,
扩展基本信息
名称 | Nootpad |
ID | impicfhanbdnokdchlcnafgdhenlffph |
官方URL | https://chromewebstore.google.com/detail/nootpad/impicfhanbdnokdchlcnafgdhenlffph |
简介 | A notepad whenever you need it. |
文件大小 | 11.64 KB |
安装次数 | 2,333 |
当前版本 | 0.71 |
更新时间 | 2015-07-15 |
上架时间 | 2015-07-15 |
评分 | 4.29/5 共7次评分 |
开发者 | James Pan |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nootpad", "description": "A notepad whenever you need it.", "version": "0.71", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Open a nootpad", "default_popup": "nootpad.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ] } |