Notable

Sticky Notes and Note Taking Chrome Extension!

Что такое Notable?

Notable - это расширение Chrome, разработанное Genuvo, и его основная функция - "Sticky Notes and Note Taking Chrome Extension!".

Снимки экрана расширения

screenshot
screenshot

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

Скачайте файлы расширений Notable в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Notable is a chrome extension that aids with note taking. It has three main features. First, it allows the user to create and write on sticky notes of different colors which automatically save and persist even if the device shuts down. Second, the extension lets the user write annotations directly on the web page once the draw button is pressed. Third, it has a screenshot button which captures the web page with the annotations on it in a png file.

Created by Neha Dalia and Sneha Jog                    

Основная информация о расширении

Название Notable Notable
ID ckhhdfhcoijmbejbeigjcjdfflnmeeje
Официальный URL https://chromewebstore.google.com/detail/notable/ckhhdfhcoijmbejbeigjcjdfflnmeeje
Описание Sticky Notes and Note Taking Chrome Extension!
Размер файла 711 KB
Количество установок 733
Текущая Версия 1.1
Последнее Обновление 2020-08-23
Дата публикации 2020-08-18
Рейтинг 4.50/5 Всего 6 оценок
Разработчик Genuvo
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notable",
    "version": "1.1",
    "description": "Sticky Notes and Note Taking Chrome Extension!",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/logo.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "48": "images\/logo.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/p5.js",
                "draw.js"
            ]
        }
    ],
    "manifest_version": 2
}