Birch - a minimalistic note pad in your tabs

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

Hvad er Birch - a minimalistic note pad in your tabs?

Birch - a minimalistic note pad in your tabs er en Chrome-udvidelse udviklet af http://christinecha.com, og dens hovedfunktion er "Collect your thoughts with a simple, beautiful notepad in each new tab.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Birch - a minimalistic note pad in your tabs-udvidelses-CRX-fil

Download Birch - a minimalistic note pad in your tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Birch - a minimalistic note pad in your tabs Birch - a minimalistic note pad in your tabs
ID iiambhiiegajnaamdgbhpaomhmnbpihc
Officiel URL https://chrome.google.com/webstore/detail/birch-a-minimalistic-note/iiambhiiegajnaamdgbhpaomhmnbpihc
Beskrivelse Collect your thoughts with a simple, beautiful notepad in each new tab.
Filstørrelse 203 KB
Antal Installationer 476
Nuværende Version 1.0.41
Senest Opdateret 2018-02-12
Udgivelsesdato 2018-02-12
Bedømmelse 4.60/5 Samlet 5 Bedømmelser
Udvikler http://christinecha.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://christinecha.github.io/birch/
Hjælpeside-URL https://christinecha.github.io/birch/
Understøttede Sprog 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"
    ]
}