Birch - a minimalistic note pad in your tabs
Collect your thoughts with a simple, beautiful notepad in each new tab.
Vad är Birch - a minimalistic note pad in your tabs?
Birch - a minimalistic note pad in your tabs är en Chrome-tillägg utvecklad av http://christinecha.com, och dess huvudfunktion är "Collect your thoughts with a simple, beautiful notepad in each new tab.".
Tilläggsskärmbilder
Ladda ner Birch - a minimalistic note pad in your tabs-förlängningens CRX-fil
Ladda ner Birch - a minimalistic note pad in your tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | iiambhiiegajnaamdgbhpaomhmnbpihc |
| Officiell webbadress | https://chrome.google.com/webstore/detail/birch-a-minimalistic-note/iiambhiiegajnaamdgbhpaomhmnbpihc |
| Beskrivning | Collect your thoughts with a simple, beautiful notepad in each new tab. |
| Filstorlek | 203 KB |
| Antal Installationer | 476 |
| Aktuell Version | 1.0.41 |
| Senast Uppdaterad | 2018-02-12 |
| Publiceringsdatum | 2018-02-12 |
| Betyg | 4.60/5 Totalt 5 Betyg |
| Utvecklare | http://christinecha.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://christinecha.github.io/birch/ |
| Hjälpsida URL | https://christinecha.github.io/birch/ |
| Stödda Språk | 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"
]
} | |