Birch - a minimalistic note pad in your tabs
Collect your thoughts with a simple, beautiful notepad in each new tab.
Что такое Birch - a minimalistic note pad in your tabs?
Birch - a minimalistic note pad in your tabs - это расширение Chrome, разработанное http://christinecha.com, и его основная функция - "Collect your thoughts with a simple, beautiful notepad in each new tab.".
Снимки экрана расширения
Скачать файл CRX расширения Birch - a minimalistic note pad in your tabs
Скачайте файлы расширений Birch - a minimalistic note pad in your tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Collect your thoughts with a simple, beautiful notepad in each new tab. The simplest way to keep your thoughts where you need them - right in your Chrome browser, as your "New Tab" view. Keep your notes synced to built-in storage - no account needed. Features ✨ - Simple editing tools, from inline code blocks to checklists. - Continuous syncing across all your open tabs. - A simple, minimalistic style. - Private mode (click on the leaf in the top-left). - It's free.
Основная информация о расширении
Название | |
ID | iiambhiiegajnaamdgbhpaomhmnbpihc |
Официальный URL | https://chrome.google.com/webstore/detail/birch-a-minimalistic-note/iiambhiiegajnaamdgbhpaomhmnbpihc |
Описание | Collect your thoughts with a simple, beautiful notepad in each new tab. |
Размер файла | 203 KB |
Количество установок | 476 |
Текущая Версия | 1.0.41 |
Последнее Обновление | 2018-02-12 |
Дата публикации | 2018-02-12 |
Рейтинг | 4.60/5 Всего 5 оценок |
Разработчик | http://christinecha.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://christinecha.github.io/birch/ |
URL страницы помощи | https://christinecha.github.io/birch/ |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Birch - a minimalistic note pad in your tabs", "short_name": "Birch", "description": "Collect your thoughts with a simple, beautiful notepad in each new tab.", "version": "1.0.41", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Birch" }, "chrome_url_overrides": { "newtab": "birch.html" }, "permissions": [ "activeTab", "storage" ] } |