Birch - a minimalistic note pad in your tabs
Collect your thoughts with a simple, beautiful notepad in each new tab.
Qu'est-ce que Birch - a minimalistic note pad in your tabs ?
Birch - a minimalistic note pad in your tabs est une extension Chrome développée par http://christinecha.com, et sa fonction principale est "Collect your thoughts with a simple, beautiful notepad in each new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Birch - a minimalistic note pad in your tabs
Téléchargez les fichiers d'extension Birch - a minimalistic note pad in your tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | iiambhiiegajnaamdgbhpaomhmnbpihc |
URL Officiel | https://chrome.google.com/webstore/detail/birch-a-minimalistic-note/iiambhiiegajnaamdgbhpaomhmnbpihc |
Description | Collect your thoughts with a simple, beautiful notepad in each new tab. |
Taille du Fichier | 203 KB |
Nombre d'Installations | 476 |
Version Actuelle | 1.0.41 |
Dernière Mise à Jour | 2018-02-12 |
Date de Publication | 2018-02-12 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | http://christinecha.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://christinecha.github.io/birch/ |
URL de la Page d'Aide | https://christinecha.github.io/birch/ |
Langues Prises en Charge | 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" ] } |