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
官方網址 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'"
}