NEW TAB NOTE
NEW TAB NOTE is new tab extension for notes!
什么是NEW TAB NOTE?
NEW TAB NOTE是由deren开发的Chrome扩展程序,该扩展的主要功能是“NEW TAB NOTE is new tab extension for notes!”。
扩展截图
下载NEW TAB NOTE扩展crx文件
下载NEW TAB NOTE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
✨ Update - 2022/1/26 You can now create multiple notes. - 2022/1/21 Layout adjustment. - 2021/11/29 Improved list entry. - 2021/07/08 I added a filter function. You can blur the contents of the memo by clicking the icon. You can blur your notes in filter mode to block peeping from others. --- 📚 Features - Just open new tab, and write down thoughts. - You can write in markdown. - No worries about saving things when writing. - You can blur your notes in filter mode to block peeping from others. - You can create multiple notes. --- Click here for requests. https://github.com/deren2525/new-tab-note/issues/new/choose
扩展基本信息
名称 | NEW TAB NOTE |
ID | ihcgjbnbjnbfepjmoaklafegcehdfihn |
官方URL | https://chromewebstore.google.com/detail/new-tab-note/ihcgjbnbjnbfepjmoaklafegcehdfihn |
简介 | NEW TAB NOTE is new tab extension for notes! |
文件大小 | 870 KB |
安装次数 | 131 |
当前版本 | 2.8.1 |
更新时间 | 2022-05-18 |
上架时间 | 2020-08-15 |
评分 | 4.00/5 共4次评分 |
开发者 | deren |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/deren2525/new-tab-note |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "version": "2.8.1", "description": "__MSG_Description__", "action": { "default_popup": "popup.html", "default_icon": { "32": "assets\/images\/icon.png" } }, "chrome_url_overrides": { "newtab": "newTabNote.html" }, "icons": { "48": "assets\/images\/icon.png" }, "manifest_version": 3, "default_locale": "en" } |