Notes

A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…

什么是Notes?

Notes是由Jon Spensor开发的Chrome扩展程序,该扩展的主要功能是“A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…”。

扩展截图

screenshot

下载Notes扩展crx文件

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

扩展使用说明

                        A whiteboard to write anything at any time.
Sometimes you need to take quick notes on what is discussed during any meeting or phone call. This extension will save you from the "Where to quickly write?"

It's just a whiteboard for you where you can add your daily notes and view them on your home and work computer.                    

扩展基本信息

名称 Notes Notes
ID onlmjbjapkhhmcjocboedglenjieecno
官方URL https://chromewebstore.google.com/detail/notes/onlmjbjapkhhmcjocboedglenjieecno
简介 A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…
文件大小 390 KB
安装次数 67
当前版本 1.1
更新时间 2021-08-25
上架时间 2021-08-18
评分 5.00/5 共2次评分
开发者 Jon Spensor
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notes",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}