Birch - a minimalistic note pad in your tabs
Collect your thoughts with a simple, beautiful notepad in each new tab.
Wat is Birch - a minimalistic note pad in your tabs?
Birch - a minimalistic note pad in your tabs is een Chrome-extensie ontwikkeld door http://christinecha.com, en de belangrijkste functie is "Collect your thoughts with a simple, beautiful notepad in each new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Birch - a minimalistic note pad in your tabs
Download Birch - a minimalistic note pad in your tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | iiambhiiegajnaamdgbhpaomhmnbpihc |
Officiële URL | https://chrome.google.com/webstore/detail/birch-a-minimalistic-note/iiambhiiegajnaamdgbhpaomhmnbpihc |
Beschrijving | Collect your thoughts with a simple, beautiful notepad in each new tab. |
Bestandsgrootte | 203 KB |
Aantal Installaties | 476 |
Huidige Versie | 1.0.41 |
Laatst Bijgewerkt | 2018-02-12 |
Publicatiedatum | 2018-02-12 |
Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | http://christinecha.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://christinecha.github.io/birch/ |
Help Pagina-URL | https://christinecha.github.io/birch/ |
Ondersteunde Talen | 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" ] } |