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 |
电子邮箱 | [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" ] } |