Birch - a minimalistic note pad in your tabs
Collect your thoughts with a simple, beautiful notepad in each new tab.
O que é Birch - a minimalistic note pad in your tabs?
Birch - a minimalistic note pad in your tabs é uma extensão do Chrome desenvolvida por http://christinecha.com, e sua principal característica é "Collect your thoughts with a simple, beautiful notepad in each new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Birch - a minimalistic note pad in your tabs
Baixe arquivos de extensão Birch - a minimalistic note pad in your tabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | iiambhiiegajnaamdgbhpaomhmnbpihc |
URL Oficial | https://chrome.google.com/webstore/detail/birch-a-minimalistic-note/iiambhiiegajnaamdgbhpaomhmnbpihc |
Descrição | Collect your thoughts with a simple, beautiful notepad in each new tab. |
Tamanho do Arquivo | 203 KB |
Contagem de Instalações | 476 |
Versão Atual | 1.0.41 |
Última Atualização | 2018-02-12 |
Data de Publicação | 2018-02-12 |
Classificação | 4.60/5 Total de 5 Avaliações |
Desenvolvedor | http://christinecha.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://christinecha.github.io/birch/ |
URL da Página de Ajuda | https://christinecha.github.io/birch/ |
Idiomas Suportados | 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" ] } |