[The Note Tab]
View your notes in every new tab
什么是[The Note Tab]?
[The Note Tab]是由Maxim Collingwood开发的Chrome扩展程序,该扩展的主要功能是“View your notes in every new tab”。
扩展截图
下载[The Note Tab]扩展crx文件
下载[The Note Tab]扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have access to beautiful, personalized, minimalistic notes that save as you type, every time you open a new tab.
扩展基本信息
名称 | [The Note Tab] |
ID | noebonbkfkpobdnfhjbhafgmllaooicg |
官方URL | https://chromewebstore.google.com/detail/the-note-tab/noebonbkfkpobdnfhjbhafgmllaooicg |
简介 | View your notes in every new tab |
文件大小 | 7.98 KB |
安装次数 | 110 |
当前版本 | 1 |
更新时间 | 2017-09-27 |
上架时间 | 2017-09-26 |
评分 | 2.33/5 共3次评分 |
开发者 | Maxim Collingwood |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "chrome_url_overrides": { "newtab": "new.html" }, "name": "[The Note Tab]", "description": "View your notes in every new tab", "version": "1", "icons": { "128": "icon.png", "16": "128.png" }, "browser_action": { "default_icon": "128.png" } } |