NewNote

A Chrome extension for making notes

什么是NewNote?

NewNote是由Ludolfyn开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension for making notes”。

扩展截图

screenshot

下载NewNote扩展crx文件

下载NewNote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        NewNote is a Chrome extension for all users who want to make notes at any given time without having to leave the tab that they are on. It's perfect for meetings, lists or even reminders.

To make the content a little easier to navigate, you can format your notes, just like with any text editor—use the buttons provided or just use the general keyboard shortcuts.

It stores the content to your local browser, so you're the only one who will ever see it, unless, of course, you use the export function. That will export the content to a .txt file that you can send to anyone you like.

It's new, it's light and new features will come with every update. Enjoy!                    

扩展基本信息

名称 NewNote NewNote
ID colcgahhbcomhibjcekokebaecjiblbg
官方URL https://chromewebstore.google.com/detail/newnote/colcgahhbcomhibjcekokebaecjiblbg
简介 A Chrome extension for making notes
文件大小 9.22 KB
安装次数 253
当前版本 2.1.0
更新时间 2020-07-16
上架时间 2020-07-05
评分 5.00/5 共12次评分
开发者 Ludolfyn
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NewNote",
    "description": "A Chrome extension for making notes",
    "version": "2.1.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}