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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://christinecha.com และคุณลักษณะหลักของมันคือ "Collect your thoughts with a simple, beautiful notepad in each new tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Birch - a minimalistic note pad in your tabs

ดาวน์โหลดไฟล์ส่วนขยาย Birch - a minimalistic note pad in your tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}