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 - это расширение Chrome, разработанное Jon Spensor, и его основная функция - "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

Скачать файл CRX расширения Notes

Скачайте файлы расширений 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'"
}