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.」です。
拡張機能のスクリーンショット
Birch - a minimalistic note pad in your tabs拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |