Birch - a minimalistic note pad in your tabs

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

Birch - a minimalistic note pad in your tabs là gì?

Birch - a minimalistic note pad in your tabs là một tiện ích mở rộng Chrome được phát triển bởi http://christinecha.com, và tính năng chính của nó là "Collect your thoughts with a simple, beautiful notepad in each new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Birch - a minimalistic note pad in your tabs

Tải xuống các tệp mở rộng Birch - a minimalistic note pad in your tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Birch - a minimalistic note pad in your tabs Birch - a minimalistic note pad in your tabs
ID iiambhiiegajnaamdgbhpaomhmnbpihc
URL Chính Thức https://chrome.google.com/webstore/detail/birch-a-minimalistic-note/iiambhiiegajnaamdgbhpaomhmnbpihc
Mô tả Collect your thoughts with a simple, beautiful notepad in each new tab.
Kích Thước Tệp 203 KB
Số Lần Cài Đặt 476
Phiên Bản Hiện Tại 1.0.41
Cập Nhật Lần Cuối 2018-02-12
Ngày Phát Hành 2018-02-12
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://christinecha.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://christinecha.github.io/birch/
URL Trang Trợ Giúp https://christinecha.github.io/birch/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}