Canvas Assignments Timeline

Canvas Assignments Timeline Transform your Canvas LMS dashboard with an interactive timeline to manage your assignments more…

Τι είναι το Canvas Assignments Timeline;

Το Canvas Assignments Timeline είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον A. Aznar, και η κύρια λειτουργία του είναι "Canvas Assignments Timeline Transform your Canvas LMS dashboard with an interactive timeline to manage your assignments more…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Canvas Assignments Timeline

Λήψη αρχείων επέκτασης Canvas Assignments Timeline σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Canvas Assignments Timeline
Transform your Canvas LMS dashboard with an interactive timeline to manage your assignments more efficiently.

✅ Interactive Timeline on Dashboard
Introducing a dynamic timeline directly in your Canvas dashboard, allowing you to view and manage your assignments with ease. Get a comprehensive view of your workload and upcoming deadlines at a glance.

✅ Assignment Completion with One Click
Simply click on an assignment in the timeline to mark it as done. Keep track of your progress and stay organized.

✅ Assignment Details on Hover
Hover over any assignment on the timeline to get immediate details. No need to navigate away from your dashboard to understand what's due next.

✅ Zoom & Scroll for Enhanced Timeline Navigation
Easily zoom in and out, and scroll horizontally across your timeline for a tailored view of your assignments. Whether you're planning for the week or the entire semester, we've got you covered.

✅ Persistent Timeline Customization
Your timeline’s position and the status of assignments marked as done are automatically remembered. Return to your dashboard with your custom settings intact, saving time and maintaining focus.

✅ Direct Course Access
Click on a course in the timeline to jump directly to its modules and assignments, streamlining your navigation through Canvas LMS.

✅ Multilingual Support for Global Users
Our extension supports internationalization and is available in 13 languages, catering to a diverse, global user base.

✅ Free & Easy to Use, No Account Needed
Canvas Assignments Timeline is free to use and doesn't require any account setup. Just install and improve your Canvas LMS experience instantly.

This extension requires minimal permissions, including:

"storage": To store your personal settings and configuration, ensuring a customized and consistent experience across your Canvas dashboard.
Canvas Assignments Timeline seamlessly integrates into your Canvas dashboard, offering an enhanced, personalized, and more organized educational experience. Try it now and take control of your assignments like never before!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Canvas Assignments Timeline Canvas Assignments Timeline
ID ifgeabdejopdnkdojbpcjhljclchmcbn
Επίσημο URL https://chromewebstore.google.com/detail/canvas-assignments-timeli/ifgeabdejopdnkdojbpcjhljclchmcbn
Περιγραφή Canvas Assignments Timeline Transform your Canvas LMS dashboard with an interactive timeline to manage your assignments more…
Μέγεθος Αρχείου 463 KB
Αριθμός Εγκαταστάσεων 76
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2023-11-03
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής A. Aznar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/a-aznar/canvas-assignments-timeline-extension
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/a-aznar/canvas-assignments-timeline-extension/issues
URL της Σελίδας Πολιτικής Απορρήτου https://www.privacypolicies.com/live/3f55f62c-2ce8-405c-96c3-73b06d5d7f28
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Canvas Assignments Timeline",
    "version": "1.1.0",
    "action": {
        "default_title": "Canvas Assignments Timeline",
        "default_popup": "index.html",
        "default_icon": "logo192.png"
    },
    "icons": [],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader.3314cbbf.js"
            ],
            "matches": [
                ""
            ],
            "media": [],
            "css": [
                "assets\/main.14b9d0ae.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/jsx-runtime.2882bbc4.js",
                "assets\/main.tsx.2fd2b141.js"
            ],
            "use_dynamic_url": true
        }
    ]
}