Rundown

Your tasks, easily managed in the new-tab page.

ما هو Rundown؟

Rundown هو إضافة Chrome تم تطويرها بواسطة Hristiyan Dodov، والميزة الرئيسية لها هي "Your tasks, easily managed in the new-tab page.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Rundown

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

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

                        It's simple. You get a rich-text editor where you can structure tasks however you wish.

On a blank line, type a dash "-" followed by space to create a new to-do list. To create a regular list, type an asterisk "*" followed by a space. For headings and bold/italic text refer to the Markdown syntax: https://markdownguide.org/basic-syntax

You can recap your work and see a split view of the tasks you've currently done and the ones remaining. Then, you can filter your document and leave just undone tasks.                    

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

الاسم Rundown Rundown
ID opjjddkgmphhkjlgocopmeolmmibiphb
عنوان URL الرسمي https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb
الوصف Your tasks, easily managed in the new-tab page.
حجم الملف 149 KB
عدد التثبيتات 22
النسخة الحالية 1.0.3
آخر تحديث 2019-10-23
تاريخ النشر 2019-10-23
تقييم 5.00/5 مجموع تقييمات 2
المطور Hristiyan Dodov
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.3",
    "name": "Rundown",
    "description": "Your tasks, easily managed in the new-tab page.",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}