Birch - a minimalistic note pad in your tabs
Collect your thoughts with a simple, beautiful notepad in each new tab.
Was ist Birch - a minimalistic note pad in your tabs?
Birch - a minimalistic note pad in your tabs ist eine Chrome-Erweiterung, die von http://christinecha.com entwickelt wurde, und ihr Hauptmerkmal ist "Collect your thoughts with a simple, beautiful notepad in each new tab.".
Erweiterungsscreenshots
Birch - a minimalistic note pad in your tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Birch - a minimalistic note pad in your tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | iiambhiiegajnaamdgbhpaomhmnbpihc |
Offizielle URL | https://chrome.google.com/webstore/detail/birch-a-minimalistic-note/iiambhiiegajnaamdgbhpaomhmnbpihc |
Beschreibung | Collect your thoughts with a simple, beautiful notepad in each new tab. |
Dateigröße | 203 KB |
Installationsanzahl | 476 |
Aktuelle Version | 1.0.41 |
Letztes Update | 2018-02-12 |
Veröffentlichungsdatum | 2018-02-12 |
Bewertung | 4.60/5 Insgesamt 5 Bewertungen |
Entwickler | http://christinecha.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://christinecha.github.io/birch/ |
Hilfeseite URL | https://christinecha.github.io/birch/ |
Unterstützte Sprachen | 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" ] } |