Birch - a minimalistic note pad in your tabs
Collect your thoughts with a simple, beautiful notepad in each new tab.
Apa itu Birch - a minimalistic note pad in your tabs?
Birch - a minimalistic note pad in your tabs adalah ekstensi Chrome yang dikembangkan oleh http://christinecha.com, dan fitur utamanya adalah "Collect your thoughts with a simple, beautiful notepad in each new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Birch - a minimalistic note pad in your tabs
Unduh file ekstensi Birch - a minimalistic note pad in your tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | iiambhiiegajnaamdgbhpaomhmnbpihc |
URL Resmi | https://chrome.google.com/webstore/detail/birch-a-minimalistic-note/iiambhiiegajnaamdgbhpaomhmnbpihc |
Deskripsi | Collect your thoughts with a simple, beautiful notepad in each new tab. |
Ukuran File | 203 KB |
Jumlah Instalasi | 476 |
Versi Saat Ini | 1.0.41 |
Terakhir Diperbarui | 2018-02-12 |
Tanggal Publikasi | 2018-02-12 |
Penilaian | 4.60/5 Total 5 Penilaian |
Pengembang | http://christinecha.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://christinecha.github.io/birch/ |
URL Halaman Bantuan | https://christinecha.github.io/birch/ |
Bahasa yang Didukung | 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" ] } |