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…

Wat is Notes?

Notes is een Chrome-extensie ontwikkeld door Jon Spensor, en de belangrijkste functie is "A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Notes

Download Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Notes Notes
ID onlmjbjapkhhmcjocboedglenjieecno
Officiële URL https://chromewebstore.google.com/detail/notes/onlmjbjapkhhmcjocboedglenjieecno
Beschrijving A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…
Bestandsgrootte 390 KB
Aantal Installaties 67
Huidige Versie 1.1
Laatst Bijgewerkt 2021-08-25
Publicatiedatum 2021-08-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Jon Spensor
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}