Tasks IG

Sidebar-like tasklist for Google Tasks and other backends

ما هو Tasks IG؟

Tasks IG هو إضافة Chrome تم تطويرها بواسطة himselfv، والميزة الرئيسية لها هي "Sidebar-like tasklist for Google Tasks and other backends".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tasks IG

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

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

                        A sidebar-like extension providing a compact interface for Google Tasks. Supports CalDAV, Google Tasks and browser task storage (local or synchronized between your PCs).

Tasks and subtasks can be added Notepad-style by typing one after another, support extended descriptions and scheduled dates; can be rearranged by dragging and moved between lists. Multiple accounts with many task lists can be used at the same time.

If your browser does not support sidebars the UI opens in a new page.                    

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

الاسم Tasks IG Tasks IG
ID nemjdegnmkepopaeifiolicbkgldjokn
عنوان URL الرسمي https://chromewebstore.google.com/detail/tasks-ig/nemjdegnmkepopaeifiolicbkgldjokn
الوصف Sidebar-like tasklist for Google Tasks and other backends
حجم الملف 231 KB
عدد التثبيتات 66
النسخة الحالية 1.1.5
آخر تحديث 2020-11-17
تاريخ النشر 2020-06-21
تقييم 4.50/5 مجموع تقييمات 2
المطور himselfv
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/himselfv/tasks-ig
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tasks IG",
    "version": "1.1.5",
    "author": "[email protected]",
    "description": "Sidebar-like tasklist for Google Tasks and other backends",
    "homepage_url": "https:\/\/github.com\/himselfv\/tasks-ig",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsRKn0d938Z0bnIV6uZvZjKhNxr2XDIc\/Pub6bsffdBjj\/vwapJOsrSc\/SpzFYDvXZCiVGVK5XJRuzGlQqWMGyls\/8QrTL0sznGGbfh7L4qR7squjOFuG\/oGN\/o3j\/gF6ZsFIm5e3bWxzJQylbTCmkARQ9LF1neoUqkRy81f\/0oKgs4GpLfLLtkup31y95c65+9VCiTQW5HsM4YUpZSg2ThTyBXEj+ULh1FaOfexM6H9NQLJrJEtUSkRpmdh5UGrYy8lP5\/YJplk83jWKFL78J5Kf03zaGA9ZsBJ+yLiH6W70mkeSDkMPcS+An82swBQNqH2X+8UF+IQrY8ogEP0MNQIDAQAB",
    "permissions": [
        "storage",
        "clipboardWrite",
        "identity"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "res\/check2.png",
        "32": "res\/check2_32.png",
        "64": "res\/check2_64.png",
        "128": "res\/check2_128_96.png"
    },
    "sidebar_action": {
        "default_icon": "res\/check2.png",
        "default_title": "Tasks",
        "default_panel": "index.html",
        "browser_style": false
    },
    "browser_action": {
        "default_title": "Open Tasks IG",
        "default_icon": "res\/check2.png",
        "browser_style": true
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "oauth2": {
        "client_id": "37261906208-nas7qsj6d1t09patc9nhi9k38n0dcarf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/tasks.readonly",
            "https:\/\/www.googleapis.com\/auth\/tasks"
        ]
    },
    "tasks_api_key": "AIzaSyBSbjYK1pG6OPdOq3cv2OsqCTnKDigGO1s",
    "applications": {
        "gecko": {
            "id": "{4e494c38-202d-45f8-a450-90d8679dc278}"
        }
    }
}