Birch - a minimalistic note pad in your tabs

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

Cos'è Birch - a minimalistic note pad in your tabs?

Birch - a minimalistic note pad in your tabs è un'estensione di Chrome sviluppata da http://christinecha.com, e la sua funzione principale è "Collect your thoughts with a simple, beautiful notepad in each new tab.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Birch - a minimalistic note pad in your tabs

Scarica i file di estensione Birch - a minimalistic note pad in your tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Birch - a minimalistic note pad in your tabs Birch - a minimalistic note pad in your tabs
ID iiambhiiegajnaamdgbhpaomhmnbpihc
URL Ufficiale https://chrome.google.com/webstore/detail/birch-a-minimalistic-note/iiambhiiegajnaamdgbhpaomhmnbpihc
Descrizione Collect your thoughts with a simple, beautiful notepad in each new tab.
Dimensione del File 203 KB
Conteggio Installazioni 476
Versione Corrente 1.0.41
Ultimo Aggiornamento 2018-02-12
Data di Pubblicazione 2018-02-12
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore http://christinecha.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://christinecha.github.io/birch/
URL della Pagina di Aiuto https://christinecha.github.io/birch/
Lingue Supportate 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"
    ]
}