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란 무엇입니까?

Birch - a minimalistic note pad in your tabs은(는) http://christinecha.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect your thoughts with a simple, beautiful notepad in each new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Birch - a minimalistic note pad in your tabs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Birch - a minimalistic note pad in your tabs Birch - a minimalistic note pad in your tabs
ID iiambhiiegajnaamdgbhpaomhmnbpihc
공식 URL https://chrome.google.com/webstore/detail/birch-a-minimalistic-note/iiambhiiegajnaamdgbhpaomhmnbpihc
설명 Collect your thoughts with a simple, beautiful notepad in each new tab.
파일 크기 203 KB
설치 횟수 476
현재 버전 1.0.41
최근 업데이트 2018-02-12
출시 날짜 2018-02-12
평점 4.60/5 총 5 개의 평점
개발자 http://christinecha.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://christinecha.github.io/birch/
도움말 페이지 URL https://christinecha.github.io/birch/
지원되는 언어 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"
    ]
}