Birch - a minimalistic note pad in your tabs
Collect your thoughts with a simple, beautiful notepad in each new tab.
What is Birch - a minimalistic note pad in your tabs?
Birch - a minimalistic note pad in your tabs is a Chrome extension developed by http://christinecha.com, and its main feature is "Collect your thoughts with a simple, beautiful notepad in each new tab.".
Extension Screenshots
Download Birch - a minimalistic note pad in your tabs Extension CRX File
Download Birch - a minimalistic note pad in your tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | iiambhiiegajnaamdgbhpaomhmnbpihc |
Official URL | https://chrome.google.com/webstore/detail/birch-a-minimalistic-note/iiambhiiegajnaamdgbhpaomhmnbpihc |
Description | Collect your thoughts with a simple, beautiful notepad in each new tab. |
File Size | 203 KB |
Installation Count | 476 |
Current Version | 1.0.41 |
Last Updated | 2018-02-12 |
Publish Date | 2018-02-12 |
Rating | 4.60/5 Total 5 Ratings |
Developer | http://christinecha.com |
[email protected] | |
Payment Type | free |
Extension Website | https://christinecha.github.io/birch/ |
Help Page URL | https://christinecha.github.io/birch/ |
Supported Languages | 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" ] } |