Notes Tab
This extension creates a note pad in a new tab
什么是Notes Tab?
Notes Tab是由patrickasdf开发的Chrome扩展程序,该扩展的主要功能是“This extension creates a note pad in a new tab”。
扩展截图
下载Notes Tab扩展crx文件
下载Notes Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Notes Tab simplifies the homepage experience. Whenever you open a new tab, a simple text editor appears. Use new tabs to write to-do lists, appointment times, or to just jot down notes. If you want to save it to your computer just file + save as, otherwise your notes will auto-save and will be there when you open a new tab. Features: - Auto-save - Current date in the heading
扩展基本信息
名称 | |
ID | godhnbnhjjhcooiigbabagepddfmjgbk |
官方URL | https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk |
简介 | This extension creates a note pad in a new tab |
文件大小 | 125 KB |
安装次数 | 202 |
当前版本 | 1.2 |
更新时间 | 2015-08-26 |
上架时间 | 2015-08-26 |
评分 | 4.33/5 共6次评分 |
开发者 | patrickasdf |
付费类型 | free |
扩展官网 | http://www.patrickmatherly.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notes Tab", "description": "This extension creates a note pad in a new tab", "version": "1.2", "permissions": [ "tabs", "topSites" ], "browser_action": [], "chrome_url_overrides": { "newtab": "newpad.html" }, "icons": { "16": "newpadicon16.png", "48": "newpadicon48.png", "128": "newpadicon128.png" } } |