Jot

This extension replaces the new tab page for note taking.

Что такое Jot?

Jot - это расширение Chrome, разработанное Matt O'Hagan, и его основная функция - "This extension replaces the new tab page for note taking.".

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

screenshot
screenshot
screenshot

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

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

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

                        Quick note taking extension to replace the new tab page.

To add more pictures for the next version, send a pull request to github.com/mattohagan/jot.                    

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

Название Jot Jot
ID mnemjleajnmodijhnibpekloajfdjjja
Официальный URL https://chromewebstore.google.com/detail/jot/mnemjleajnmodijhnibpekloajfdjjja
Описание This extension replaces the new tab page for note taking.
Размер файла 22.54 MB
Количество установок 8,471
Текущая Версия 0.2
Последнее Обновление 2014-10-04
Дата публикации 2014-10-03
Рейтинг 3.73/5 Всего 136 оценок
Разработчик Matt O'Hagan
Тип оплаты free
Официальный сайт расширения http://mattohagan.github.io
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jot",
    "description": "This extension replaces the new tab page for note taking.",
    "version": "0.2",
    "chrome_url_overrides": {
        "newtab": "jot.html"
    },
    "icons": {
        "128": "icon128.png"
    }
}