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…

Vad är Notes?

Notes är en Chrome-tillägg utvecklad av Jon Spensor, och dess huvudfunktion är "A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…".

Tilläggsskärmbilder

screenshot

Ladda ner Notes-förlängningens CRX-fil

Ladda ner Notes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Notes Notes
ID onlmjbjapkhhmcjocboedglenjieecno
Officiell webbadress https://chromewebstore.google.com/detail/notes/onlmjbjapkhhmcjocboedglenjieecno
Beskrivning A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…
Filstorlek 390 KB
Antal Installationer 67
Aktuell Version 1.1
Senast Uppdaterad 2021-08-25
Publiceringsdatum 2021-08-18
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Jon Spensor
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}