Birch - a minimalistic note pad in your tabs

Collect your thoughts with a simple, beautiful notepad in each new tab.

¿Qué es Birch - a minimalistic note pad in your tabs?

Birch - a minimalistic note pad in your tabs es una extensión de Chrome desarrollada por http://christinecha.com, y su función principal es "Collect your thoughts with a simple, beautiful notepad in each new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Birch - a minimalistic note pad in your tabs

Descarga archivos de extensión Birch - a minimalistic note pad in your tabs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Birch - a minimalistic note pad in your tabs Birch - a minimalistic note pad in your tabs
ID iiambhiiegajnaamdgbhpaomhmnbpihc
URL Oficial https://chrome.google.com/webstore/detail/birch-a-minimalistic-note/iiambhiiegajnaamdgbhpaomhmnbpihc
Descripción Collect your thoughts with a simple, beautiful notepad in each new tab.
Tamaño del Archivo 203 KB
Cantidad de Instalaciones 476
Versión Actual 1.0.41
Última Actualización 2018-02-12
Fecha de Publicación 2018-02-12
Calificación 4.60/5 Total de 5 Calificaciones
Desarrollador http://christinecha.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://christinecha.github.io/birch/
URL de la Página de Ayuda https://christinecha.github.io/birch/
Idiomas Soportados 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"
    ]
}