New Tab Markdown

Store your thoughts, todos, goals easily on every tab.

ما هو New Tab Markdown؟

New Tab Markdown هو إضافة Chrome تم تطويرها بواسطة Helge Ahrens، والميزة الرئيسية لها هي "Store your thoughts, todos, goals easily on every tab.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة New Tab Markdown

قم بتنزيل ملفات الامتداد New Tab Markdown بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        **Update Version 1.0.5**
* fixed a bug that caused information to not be stored if the same blank tab was opened twice

The new tab is now a place for all your thoughts, memos and just for quickly writing something down. Simply open a new tab and start writing. Structure your text with markdown syntax.

To value your privacy all your input is stored locally in your chromes cache. So don't worry, no one is listening.*

* This also means there is no option to sync your thoughts with other computers or create a backup. Once you delete a page its gone. Keep that in mind.                    

معلومات أساسية عن التمديد

الاسم New Tab Markdown New Tab Markdown
ID gpdnablocagonlpfhkfiigfpfoommcia
عنوان URL الرسمي https://chromewebstore.google.com/detail/new-tab-markdown/gpdnablocagonlpfhkfiigfpfoommcia
الوصف Store your thoughts, todos, goals easily on every tab.
حجم الملف 1.02 MB
عدد التثبيتات 15
النسخة الحالية 1.0.5
آخر تحديث 2023-07-24
تاريخ النشر 2020-05-21
تقييم 5.00/5 مجموع تقييمات 1
المطور Helge Ahrens
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "New Tab Markdown",
    "name": "New Tab Markdown",
    "version": "1.0.5",
    "author": "Helge Ahrens",
    "description": "Store your thoughts, todos, goals easily on every tab.",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "logo128.png"
    }
}