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 هو إضافة Chrome تم تطويرها بواسطة http://christinecha.com، والميزة الرئيسية لها هي "Collect your thoughts with a simple, beautiful notepad in each new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Birch - a minimalistic note pad in your tabs
قم بتنزيل ملفات الامتداد Birch - a minimalistic note pad in your tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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" ] } |