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…

Co to jest Notes?

Notes to rozszerzenie Chrome opracowane przez Jon Spensor, a jego główną funkcją jest „A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Notes

Pobierz pliki rozszerzeń Notes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Notes Notes
ID onlmjbjapkhhmcjocboedglenjieecno
Oficjalny URL https://chromewebstore.google.com/detail/notes/onlmjbjapkhhmcjocboedglenjieecno
Opis A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…
Rozmiar pliku 390 KB
Liczba instalacji 67
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-08-25
Data Publikacji 2021-08-18
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Jon Spensor
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}