Notetab - capture your thoughts

Capture your thoughts seamlessly in the new tab page

Что такое Notetab - capture your thoughts?

Notetab - capture your thoughts - это расширение Chrome, разработанное Nicklas Cook, и его основная функция - "Capture your thoughts seamlessly in the new tab page".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Notetab - capture your thoughts

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

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

                        Replace the new tab with a better way to manage your life. Lightweight, minimalistic and blazing fast.


✔ Seamless syncing of notes across your Google account.
✔ Beautiful background images from reddit.com/r/Earthporn
✔ 'Notepads' to create lists, separate notes and much more.
✔ Bookmarks with images built in.
✔ Simple timer.
✔ Material Design with both light and dark themes.



More Information:
https://github.com/nicklascook/Notetab                    

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

Название Notetab - capture your thoughts Notetab - capture your thoughts
ID malimlglkbkgjkainkeemkhmedcbeene
Официальный URL https://chromewebstore.google.com/detail/notetab-capture-your-thou/malimlglkbkgjkainkeemkhmedcbeene
Описание Capture your thoughts seamlessly in the new tab page
Размер файла 175 KB
Количество установок 190
Текущая Версия 1.4.5
Последнее Обновление 2017-04-30
Дата публикации 2017-04-30
Рейтинг 4.86/5 Всего 7 оценок
Разработчик Nicklas Cook
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/nicklascook/Notetab
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notetab - capture your thoughts",
    "author": "Nicklas Cook",
    "version": "1.4.5",
    "description": "Capture your thoughts seamlessly in the new tab page",
    "short_name": "Notetab",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2
}